Android
android.provider
public static final class

android.provider.Contacts.Photos

java.lang.Object
android.provider.Contacts.Photos BaseColumns Contacts.PhotosColumns

The photos over all of the people

Summary

Constants

      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" 
Constants inherited from interface android.provider.BaseColumns
Constants inherited from interface android.provider.Contacts.PhotosColumns
Methods inherited from class java.lang.Object

Details

Constants

public static final String CONTENT_DIRECTORY

The directory twig for this sub-table
Constant Value: "photo"

public static final Uri CONTENT_URI

The content:// style URL for this table

public static final String DEFAULT_SORT_ORDER

The default sort order for this table
Constant Value: "person ASC"

public static final String NON_SYNCABLE_ACCOUNT

Used to indicate that this account is not synced
Constant Value: "non_syncable"

public static final String _SYNC_ACCOUNT

The account that was used to sync the entry to the device.

Type: TEXT

Constant Value: "_sync_account"

public static final String _SYNC_DIRTY

Used to indicate that local, unsynced, changes are present.

Type: INTEGER (long)

Constant Value: "_sync_dirty"

public static final String _SYNC_ID

The unique ID for a row assigned by the sync source. NULL if the row has never been synced.

Type: TEXT

Constant Value: "_sync_id"

public static final String _SYNC_LOCAL_ID

Used in temporary provider while syncing, always NULL for rows in persistent providers.

Type: INTEGER (long)

Constant Value: "_sync_local_id"

public static final String _SYNC_MARK

Used only in persistent providers, and only during merging.

Type: INTEGER (long)

Constant Value: "_sync_mark"

public static final String _SYNC_TIME

The last time, from the sync source's point of view, that this row has been synchronized.

Type: INTEGER (long)

Constant Value: "_sync_time"

public static final String _SYNC_VERSION

The version of the row, as assigned by the server.

Type: TEXT

Constant Value: "_sync_version"
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48