Searched refs:NAME_ALTERNATIVE (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/util/ |
D | ContactDisplayUtilTests.java | 38 private static final String NAME_ALTERNATIVE = "Name Alternative"; field in ContactDisplayUtilTests 113 NAME_ALTERNATIVE, null)); in testGetPreferredDisplayName_NullContactsPreferences() 122 assertEquals(NAME_ALTERNATIVE, ContactDisplayUtils.getPreferredDisplayName(null, in testGetPreferredDisplayName_NullContactsPreferences_NullPrimary() 123 NAME_ALTERNATIVE, null)); in testGetPreferredDisplayName_NullContactsPreferences_NullPrimary() 140 NAME_ALTERNATIVE, mContactsPreferences)); in testGetPreferredDisplayName_InvalidPreference() 147 NAME_ALTERNATIVE, mContactsPreferences)); in testGetPreferredDisplayName_Primary() 153 assertEquals(NAME_ALTERNATIVE, ContactDisplayUtils.getPreferredDisplayName(NAME_PRIMARY, in testGetPreferredDisplayName_Alternative() 154 NAME_ALTERNATIVE, mContactsPreferences)); in testGetPreferredDisplayName_Alternative() 159 NAME_ALTERNATIVE, null)); in testGetPreferredSortName_NullContactsPreferences() 168 assertEquals(NAME_ALTERNATIVE, ContactDisplayUtils.getPreferredSortName(null, in testGetPreferredSortName_NullContactsPreferences_NullPrimary() [all …]
|
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/ |
D | PhoneQuery.java | 45 public static final int NAME_ALTERNATIVE = 0; field in PhoneQuery
|
D | ContactInfoHelper.java | 135 return cursor.getString(PhoneQuery.NAME_ALTERNATIVE); in lookUpDisplayNameAlternative()
|