HomeSort by relevance Sort by last modified time
    Searched refs:DataUpdateQuery (Results 1 - 12 of 12) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForIdentity.java 54 final long rawContactId = c.getLong(DataUpdateQuery.RAW_CONTACT_ID);
67 final long rawContactId = c.getLong(DataUpdateQuery.RAW_CONTACT_ID);
DataRowHandlerForOrganization.java 62 long dataId = c.getLong(DataUpdateQuery._ID);
63 long rawContactId = c.getLong(DataUpdateQuery.RAW_CONTACT_ID);
96 long dataId = c.getLong(DataUpdateQuery._ID);
DataRowHandlerForEmail.java 59 long dataId = c.getLong(DataUpdateQuery._ID);
60 long rawContactId = c.getLong(DataUpdateQuery.RAW_CONTACT_ID);
DataRowHandlerForNickname.java 56 long dataId = c.getLong(DataUpdateQuery._ID);
57 long rawContactId = c.getLong(DataUpdateQuery.RAW_CONTACT_ID);
DataRowHandlerForCommonDataKind.java 53 final long dataId = c.getLong(DataUpdateQuery._ID);
DataRowHandlerForStructuredPostal.java 64 final long dataId = c.getLong(DataUpdateQuery._ID);
DataRowHandlerForPhoneNumber.java 69 long dataId = c.getLong(DataUpdateQuery._ID);
70 long rawContactId = c.getLong(DataUpdateQuery.RAW_CONTACT_ID);
DataRowHandler.java 70 public interface DataUpdateQuery {
159 long dataId = c.getLong(DataUpdateQuery._ID);
160 long rawContactId = c.getLong(DataUpdateQuery.RAW_CONTACT_ID);
DataRowHandlerForPhoto.java 80 long rawContactId = c.getLong(DataUpdateQuery.RAW_CONTACT_ID);
DataRowHandlerForStructuredName.java 67 final long dataId = c.getLong(DataUpdateQuery._ID);
68 final long rawContactId = c.getLong(DataUpdateQuery.RAW_CONTACT_ID);
DataRowHandlerForGroupMembership.java 90 long rawContactId = c.getLong(DataUpdateQuery.RAW_CONTACT_ID);
ContactsProvider2.java     [all...]

Completed in 271 milliseconds