Searched refs:queryContact (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | ContactsQueryHelper.java | 73 return queryContact(Contacts.CONTENT_URI, projection, selection, selectionArgs); in querySince() 109 return queryContact(uri, projection, /* selection= */ null, /* selectionArgs= */ null); in queryWithUri() 112 private boolean queryContact(@NonNull Uri uri, @NonNull String[] projection, in queryContact() method in ContactsQueryHelper
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | BaseContactsProvider2Test.java | 589 protected Cursor queryContact(long contactId) { in queryContact() method in BaseContactsProvider2Test 594 protected Cursor queryContact(long contactId, String[] projection) { in queryContact() method in BaseContactsProvider2Test 612 Cursor c = queryContact(contactId); in queryPhotoId() 635 Cursor c = queryContact(contactId); in queryDisplayName() 643 Cursor c = queryContact(contactId); in queryLookupKey()
|
H A D | ContactsProvider2Test.java | 4858 Cursor c = queryContact(contactId); in testSendToVoicemailDefault() 5822 Cursor c = queryContact(queryContactId(rawContactId1), in testSingleStatusUpdateRowPerContact() 5860 Cursor c = queryContact(contactId); in assertSendToVoicemailAndRingtone() 6743 Cursor c3 = queryContact(contactId); in testDeleteContactComposedOfTwoLocalRawContacts() 6778 Cursor c3 = queryContact(contactId); in testDeleteContactComposedOfSomeLocalRawContacts()
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
H A D | ContactAggregatorTest.java | 511 Cursor cursor = queryContact(contactId1); in testAggregationExceptionKeepIn() 515 Cursor cursor = queryContact(contactId2); in testAggregationExceptionKeepIn()
|
H A D | ContactAggregator2Test.java | 527 Cursor cursor = queryContact(contactId1); in testAggregationExceptionKeepIn() 531 Cursor cursor = queryContact(contactId2); in testAggregationExceptionKeepIn()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 28399 HPLcom/android/server/people/data/ContactsQueryHelper;->queryContact(Landroid/net/Uri;[Ljava/lang/S…
|