Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
DCallCardPresenterTest.java65 ContactsPreferencesFactory.setTestInstance(null); in tearDown()
69 ContactsPreferencesFactory.setTestInstance(mContactsPreferences); in testGetNameForCall_Unlocked()
77 ContactsPreferencesFactory.setTestInstance(null); in testGetNameForCall_Locked()
88 ContactsPreferencesFactory.setTestInstance(null); in testGetNameForCall_EmptyPreferredName()
96 ContactsPreferencesFactory.setTestInstance(mContactsPreferences); in testGetNumberForCall_Unlocked()
104 ContactsPreferencesFactory.setTestInstance(null); in testGetNumberForCall_Locked()
115 ContactsPreferencesFactory.setTestInstance(null); in testGetNumberForCall_EmptyPreferredName()
DContactsPreferencesFactoryTest.java34 assertNotNull(ContactsPreferencesFactory.newContactsPreferences(getContext())); in testNewContactsPreferences_Unlocked()
41 assertNull(ContactsPreferencesFactory.newContactsPreferences(getContext())); in testNewContactsPreferences_Locked()
46 ContactsPreferencesFactory.setTestInstance(testInstance); in testNewContactsPreferences_TestInstance()
48 assertSame(testInstance, ContactsPreferencesFactory.newContactsPreferences(getContext())); in testNewContactsPreferences_TestInstance()
49 assertSame(testInstance, ContactsPreferencesFactory.newContactsPreferences(getContext())); in testNewContactsPreferences_TestInstance()
DStatusBarNotifierTest.java66 ContactsPreferencesFactory.setTestInstance(null); in tearDown()
70 ContactsPreferencesFactory.setTestInstance(null); in testGetContentTitle_ConferenceCall()
81 ContactsPreferencesFactory.setTestInstance(mContactsPreferences); in testGetContentTitle_Unlocked()
87 ContactsPreferencesFactory.setTestInstance(null); in testGetContentTitle_Locked()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DContactsPreferencesFactory.java29 public class ContactsPreferencesFactory { class
DConferenceParticipantListAdapter.java240 mContactsPreferences = ContactsPreferencesFactory.newContactsPreferences(mContext); in ConferenceParticipantListAdapter()
DStatusBarNotifier.java99 mContactsPreferences = ContactsPreferencesFactory.newContactsPreferences(mContext); in StatusBarNotifier()
DCallCardPresenter.java141 mContactsPreferences = ContactsPreferencesFactory.newContactsPreferences(mContext); in init()