Searched refs:RAW_CONTACTS_URI_LIMIT_1 (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/model/account/ |
D | AccountTypeWithDataSet.java | 36 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()
|
D | AccountWithDataSet.java | 58 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/ |
D | AccountTypeWithDataSet.java | 32 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()
|
D | AccountWithDataSet.java | 55 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()
|