Home
last modified time | relevance | path

Searched refs:RAW_CONTACTS_URI_LIMIT_1 (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountTypeWithDataSet.java36 private static final Uri RAW_CONTACTS_URI_LIMIT_1 = RawContacts.CONTENT_URI.buildUpon() field in AccountTypeWithDataSet
70 final Cursor c = context.getContentResolver().query(RAW_CONTACTS_URI_LIMIT_1, in hasData()
DAccountWithDataSet.java58 private static final Uri RAW_CONTACTS_URI_LIMIT_1 = RawContacts.CONTENT_URI.buildUpon() field in AccountWithDataSet
145 final Cursor c = context.getContentResolver().query(RAW_CONTACTS_URI_LIMIT_1, in hasData()
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DAccountTypeWithDataSet.java32 private static final Uri RAW_CONTACTS_URI_LIMIT_1 = field in AccountTypeWithDataSet
72 .query(RAW_CONTACTS_URI_LIMIT_1, ID_PROJECTION, selection, args, null); in hasData()
DAccountWithDataSet.java55 private static final Uri RAW_CONTACTS_URI_LIMIT_1 = field in AccountWithDataSet
192 .query(RAW_CONTACTS_URI_LIMIT_1, ID_PROJECTION, selection, args, null); in hasData()