HomeSort by relevance Sort by last modified time
    Searched refs:NAME_ALTERNATIVE (Results 1 - 6 of 6) sorted by null

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
ContactDisplayUtilTests.java 38 private static final String NAME_ALTERNATIVE = "Name Alternative";
113 NAME_ALTERNATIVE, null));
122 assertEquals(NAME_ALTERNATIVE, ContactDisplayUtils.getPreferredDisplayName(null,
123 NAME_ALTERNATIVE, null));
140 NAME_ALTERNATIVE, mContactsPreferences));
147 NAME_ALTERNATIVE, mContactsPreferences));
153 assertEquals(NAME_ALTERNATIVE, ContactDisplayUtils.getPreferredDisplayName(NAME_PRIMARY,
154 NAME_ALTERNATIVE, mContactsPreferences));
159 NAME_ALTERNATIVE, null));
168 assertEquals(NAME_ALTERNATIVE, ContactDisplayUtils.getPreferredSortName(null
    [all...]
  /packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
CallCardPresenterTest.java 33 private static final String NAME_ALTERNATIVE = "Name, Full";
52 mUnlockedContactInfo.nameAlternative = NAME_ALTERNATIVE;
StatusBarNotifierTest.java 33 private static final String NAME_ALTERNATIVE = "Name, Full";
53 mUnlockedContactInfo.nameAlternative = NAME_ALTERNATIVE;
ExternalCallNotifierTest.java 55 private static final String NAME_ALTERNATIVE = "Name, Full";
115 mContactInfo.nameAlternative = NAME_ALTERNATIVE;
  /packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneQuery.java 95 public static final int NAME_ALTERNATIVE = 0;
ContactInfoHelper.java 225 return cursor.getString(PhoneQuery.NAME_ALTERNATIVE);

Completed in 6082 milliseconds