HomeSort by relevance Sort by last modified time
    Searched defs:newContactsPreferences (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
ContactsPreferencesFactory.java 41 public static ContactsPreferences newContactsPreferences(Context context) {
52 * Sets the instance to be returned by all calls to {@link #newContactsPreferences(Context)}.
  /packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
ContactsPreferencesFactoryTest.java 34 assertNotNull(ContactsPreferencesFactory.newContactsPreferences(getContext()));
41 assertNull(ContactsPreferencesFactory.newContactsPreferences(getContext()));
48 assertSame(testInstance, ContactsPreferencesFactory.newContactsPreferences(getContext()));
49 assertSame(testInstance, ContactsPreferencesFactory.newContactsPreferences(getContext()));

Completed in 1612 milliseconds