Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DContactsQueryHelper.java74 return queryContact(Contacts.CONTENT_URI, projection, selection, selectionArgs); in querySince()
110 return queryContact(uri, projection, /* selection= */ null, /* selectionArgs= */ null); in queryWithUri()
113 private boolean queryContact(@NonNull Uri uri, @NonNull String[] projection, in queryContact() method in ContactsQueryHelper