Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DContactsQueryHelper.java32 class ContactsQueryHelper { class
42 ContactsQueryHelper(Context context) { in ContactsQueryHelper() method in ContactsQueryHelper
DDataManager.java920 ContactsQueryHelper helper = mInjector.createContactsQueryHelper(mContext); in addOrUpdateConversationInfo()
974 ContactsQueryHelper helper = mInjector.createContactsQueryHelper(mContext); in onChange()
1448 ContactsQueryHelper createContactsQueryHelper(Context context) { in createContactsQueryHelper()
1449 return new ContactsQueryHelper(context); in createContactsQueryHelper()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DContactsQueryHelperTest.java66 private ContactsQueryHelper mHelper;
90 mHelper = new ContactsQueryHelper(mContext); in setUp()
DDataManagerTest.java1820 private class TestContactsQueryHelper extends ContactsQueryHelper {
1953 ContactsQueryHelper createContactsQueryHelper(Context context) { in createContactsQueryHelper()