Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/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.java55 private static final Uri RAW_CONTACTS_URI_LIMIT_1 = RawContacts.CONTENT_URI.buildUpon() field in AccountWithDataSet
130 final Cursor c = context.getContentResolver().query(RAW_CONTACTS_URI_LIMIT_1, in hasData()