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 55 final long rawContactId = c.getLong(DataUpdateQuery.RAW_CONTACT_ID);
68 final long rawContactId = c.getLong(DataUpdateQuery.RAW_CONTACT_ID);
DataRowHandlerForOrganization.java 63 long dataId = c.getLong(DataUpdateQuery._ID);
64 long rawContactId = c.getLong(DataUpdateQuery.RAW_CONTACT_ID);
97 long dataId = c.getLong(DataUpdateQuery._ID);
DataRowHandlerForEmail.java 60 long dataId = c.getLong(DataUpdateQuery._ID);
61 long rawContactId = c.getLong(DataUpdateQuery.RAW_CONTACT_ID);
DataRowHandlerForNickname.java 57 long dataId = c.getLong(DataUpdateQuery._ID);
58 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 67 public interface DataUpdateQuery {
151 long dataId = c.getLong(DataUpdateQuery._ID);
152 long rawContactId = c.getLong(DataUpdateQuery.RAW_CONTACT_ID);
DataRowHandlerForPhoto.java 80 long rawContactId = c.getLong(DataUpdateQuery.RAW_CONTACT_ID);
DataRowHandlerForStructuredName.java 68 final long dataId = c.getLong(DataUpdateQuery._ID);
69 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 1083 milliseconds