android.provider
Class ContactsContract.Directory

java.lang.Object
  extended by android.provider.ContactsContract.Directory
All Implemented Interfaces:
BaseColumns
Enclosing class:
ContactsContract

public static final class ContactsContract.Directory
extends Object
implements BaseColumns


Field Summary
static String ACCOUNT_NAME
           
static String ACCOUNT_TYPE
           
static String CONTENT_ITEM_TYPE
           
static String CONTENT_TYPE
           
static Uri CONTENT_URI
           
static long DEFAULT
           
static String DIRECTORY_AUTHORITY
           
static String DISPLAY_NAME
           
static String EXPORT_SUPPORT
           
static int EXPORT_SUPPORT_ANY_ACCOUNT
           
static int EXPORT_SUPPORT_NONE
           
static int EXPORT_SUPPORT_SAME_ACCOUNT_ONLY
           
static long LOCAL_INVISIBLE
           
static String PACKAGE_NAME
           
static String PHOTO_SUPPORT
           
static int PHOTO_SUPPORT_FULL
           
static int PHOTO_SUPPORT_FULL_SIZE_ONLY
           
static int PHOTO_SUPPORT_NONE
           
static int PHOTO_SUPPORT_THUMBNAIL_ONLY
           
static String SHORTCUT_SUPPORT
           
static int SHORTCUT_SUPPORT_DATA_ITEMS_ONLY
           
static int SHORTCUT_SUPPORT_FULL
           
static int SHORTCUT_SUPPORT_NONE
           
static String TYPE_RESOURCE_ID
           
 
Fields inherited from interface android.provider.BaseColumns
_COUNT, _ID
 
Method Summary
static void notifyDirectoryChange(ContentResolver resolver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_URI

public static final Uri CONTENT_URI

CONTENT_TYPE

public static final String CONTENT_TYPE
See Also:
Constant Field Values

CONTENT_ITEM_TYPE

public static final String CONTENT_ITEM_TYPE
See Also:
Constant Field Values

DEFAULT

public static final long DEFAULT
See Also:
Constant Field Values

LOCAL_INVISIBLE

public static final long LOCAL_INVISIBLE
See Also:
Constant Field Values

PACKAGE_NAME

public static final String PACKAGE_NAME
See Also:
Constant Field Values

TYPE_RESOURCE_ID

public static final String TYPE_RESOURCE_ID
See Also:
Constant Field Values

DISPLAY_NAME

public static final String DISPLAY_NAME
See Also:
Constant Field Values

DIRECTORY_AUTHORITY

public static final String DIRECTORY_AUTHORITY
See Also:
Constant Field Values

ACCOUNT_TYPE

public static final String ACCOUNT_TYPE
See Also:
Constant Field Values

ACCOUNT_NAME

public static final String ACCOUNT_NAME
See Also:
Constant Field Values

EXPORT_SUPPORT

public static final String EXPORT_SUPPORT
See Also:
Constant Field Values

EXPORT_SUPPORT_NONE

public static final int EXPORT_SUPPORT_NONE
See Also:
Constant Field Values

EXPORT_SUPPORT_SAME_ACCOUNT_ONLY

public static final int EXPORT_SUPPORT_SAME_ACCOUNT_ONLY
See Also:
Constant Field Values

EXPORT_SUPPORT_ANY_ACCOUNT

public static final int EXPORT_SUPPORT_ANY_ACCOUNT
See Also:
Constant Field Values

SHORTCUT_SUPPORT

public static final String SHORTCUT_SUPPORT
See Also:
Constant Field Values

SHORTCUT_SUPPORT_NONE

public static final int SHORTCUT_SUPPORT_NONE
See Also:
Constant Field Values

SHORTCUT_SUPPORT_DATA_ITEMS_ONLY

public static final int SHORTCUT_SUPPORT_DATA_ITEMS_ONLY
See Also:
Constant Field Values

SHORTCUT_SUPPORT_FULL

public static final int SHORTCUT_SUPPORT_FULL
See Also:
Constant Field Values

PHOTO_SUPPORT

public static final String PHOTO_SUPPORT
See Also:
Constant Field Values

PHOTO_SUPPORT_NONE

public static final int PHOTO_SUPPORT_NONE
See Also:
Constant Field Values

PHOTO_SUPPORT_THUMBNAIL_ONLY

public static final int PHOTO_SUPPORT_THUMBNAIL_ONLY
See Also:
Constant Field Values

PHOTO_SUPPORT_FULL_SIZE_ONLY

public static final int PHOTO_SUPPORT_FULL_SIZE_ONLY
See Also:
Constant Field Values

PHOTO_SUPPORT_FULL

public static final int PHOTO_SUPPORT_FULL
See Also:
Constant Field Values
Method Detail

notifyDirectoryChange

public static void notifyDirectoryChange(ContentResolver resolver)


Copyright © 2008-2012. All Rights Reserved.