android.provider
Class ContactsContract.Directory
java.lang.Object
android.provider.ContactsContract.Directory
- All Implemented Interfaces:
- BaseColumns
- Enclosing class:
- ContactsContract
public static final class ContactsContract.Directory
- extends Object
- implements BaseColumns
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
notifyDirectoryChange
public static void notifyDirectoryChange(ContentResolver resolver)
Copyright © 2008-2012. All Rights Reserved.