java.lang.Object | ||
android.provider.Contacts.Photos | BaseColumns Contacts.PhotosColumns |
The photos over all of the people
Value | ||||
---|---|---|---|---|
String | CONTENT_DIRECTORY | The directory twig for this sub-table | "photo" | |
Uri | CONTENT_URI | The content:// style URL for this table | ||
String | DEFAULT_SORT_ORDER | The default sort order for this table | "person ASC" | |
String | NON_SYNCABLE_ACCOUNT | Used to indicate that this account is not synced | "non_syncable" | |
String | _SYNC_ACCOUNT | The account that was used to sync the entry to the device. | "_sync_account" | |
String | _SYNC_DIRTY | Used to indicate that local, unsynced, changes are present. | "_sync_dirty" | |
String | _SYNC_ID | The unique ID for a row assigned by the sync source. | "_sync_id" | |
String | _SYNC_LOCAL_ID | Used in temporary provider while syncing, always NULL for rows in persistent providers. | "_sync_local_id" | |
String | _SYNC_MARK | Used only in persistent providers, and only during merging. | "_sync_mark" | |
String | _SYNC_TIME | The last time, from the sync source's point of view, that this row has been synchronized. | "_sync_time" | |
String | _SYNC_VERSION | The version of the row, as assigned by the server. | "_sync_version" |
Type: TEXT
Type: INTEGER (long)
Type: TEXT
Type: INTEGER (long)
Type: INTEGER (long)
Type: INTEGER (long)
Type: TEXT
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |