Searched refs:DataUpdateQuery (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java287 private interface DataUpdateQuery { interface in class:ContactsProvider2
1009 long dataId = c.getLong(DataUpdateQuery._ID);
1010 long rawContactId = c.getLong(DataUpdateQuery.RAW_CONTACT_ID);
1168 final long dataId = c.getLong(DataUpdateQuery._ID);
1169 final long rawContactId = c.getLong(DataUpdateQuery.RAW_CONTACT_ID);
1283 final long dataId = c.getLong(DataUpdateQuery._ID);
1350 final long dataId = c.getLong(DataUpdateQuery._ID);
1404 long dataId = c.getLong(DataUpdateQuery._ID);
1405 long rawContactId = c.getLong(DataUpdateQuery.RAW_CONTACT_ID);
1440 long dataId = c.getLong(DataUpdateQuery
[all...]

Completed in 7 milliseconds