android.provider
Class ContactsContract.QuickContact

java.lang.Object
  extended by android.provider.ContactsContract.QuickContact
Enclosing class:
ContactsContract

public static final class ContactsContract.QuickContact
extends Object


Field Summary
static int MODE_LARGE
           
static int MODE_MEDIUM
           
static int MODE_SMALL
           
 
Constructor Summary
ContactsContract.QuickContact()
           
 
Method Summary
static void showQuickContact(Context context, Rect target, Uri lookupUri, int mode, String[] excludeMimes)
           
static void showQuickContact(Context context, View target, Uri lookupUri, int mode, String[] excludeMimes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODE_SMALL

public static final int MODE_SMALL
See Also:
Constant Field Values

MODE_MEDIUM

public static final int MODE_MEDIUM
See Also:
Constant Field Values

MODE_LARGE

public static final int MODE_LARGE
See Also:
Constant Field Values
Constructor Detail

ContactsContract.QuickContact

public ContactsContract.QuickContact()
Method Detail

showQuickContact

public static void showQuickContact(Context context,
                                    View target,
                                    Uri lookupUri,
                                    int mode,
                                    String[] excludeMimes)

showQuickContact

public static void showQuickContact(Context context,
                                    Rect target,
                                    Uri lookupUri,
                                    int mode,
                                    String[] excludeMimes)


Copyright © 2008-2012. All Rights Reserved.