Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DContactsQueryHelper.java31 class ContactsQueryHelper { class
41 ContactsQueryHelper(Context context) { in ContactsQueryHelper() method in ContactsQueryHelper
DDataManager.java557 ContactsQueryHelper helper = mInjector.createContactsQueryHelper(mContext); in addOrUpdateConversationInfo()
610 ContactsQueryHelper helper = mInjector.createContactsQueryHelper(mContext); in onChange()
999 ContactsQueryHelper createContactsQueryHelper(Context context) { in createContactsQueryHelper()
1000 return new ContactsQueryHelper(context); in createContactsQueryHelper()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DContactsQueryHelperTest.java65 private ContactsQueryHelper mHelper;
88 mHelper = new ContactsQueryHelper(mContext); in setUp()
DDataManagerTest.java877 private class TestContactsQueryHelper extends ContactsQueryHelper {
997 ContactsQueryHelper createContactsQueryHelper(Context context) { in createContactsQueryHelper()
/frameworks/base/services/
Dart-profile22968 HPLcom/android/server/people/data/ContactsQueryHelper;-><init>(Landroid/content/Context;)V
22969 HPLcom/android/server/people/data/ContactsQueryHelper;->getContactUri()Landroid/net/Uri;
22970 HPLcom/android/server/people/data/ContactsQueryHelper;->queryContact(Landroid/net/Uri;[Ljava/lang/S…
22971 HPLcom/android/server/people/data/ContactsQueryHelper;->queryPhoneNumber(Ljava/lang/String;)Z
22972 HPLcom/android/server/people/data/ContactsQueryHelper;->querySince(J)Z
23063 …eContactsQueryHelper(Landroid/content/Context;)Lcom/android/server/people/data/ContactsQueryHelper;
43926 Lcom/android/server/people/data/ContactsQueryHelper;