Searched refs:NAME_ALTERNATIVE (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/util/ |
D | ContactDisplayUtilTests.java | 39 private static final String NAME_ALTERNATIVE = "Name Alternative"; field in ContactDisplayUtilTests 80 NAME_ALTERNATIVE, null)); in testGetPreferredDisplayName_NullContactsPreferences() 89 assertEquals(NAME_ALTERNATIVE, ContactDisplayUtils.getPreferredDisplayName(null, in testGetPreferredDisplayName_NullContactsPreferences_NullPrimary() 90 NAME_ALTERNATIVE, null)); in testGetPreferredDisplayName_NullContactsPreferences_NullPrimary() 107 NAME_ALTERNATIVE, mContactsPreferences)); in testGetPreferredDisplayName_InvalidPreference() 114 NAME_ALTERNATIVE, mContactsPreferences)); in testGetPreferredDisplayName_Primary() 120 assertEquals(NAME_ALTERNATIVE, ContactDisplayUtils.getPreferredDisplayName(NAME_PRIMARY, in testGetPreferredDisplayName_Alternative() 121 NAME_ALTERNATIVE, mContactsPreferences)); in testGetPreferredDisplayName_Alternative() 126 NAME_ALTERNATIVE, null)); in testGetPreferredSortName_NullContactsPreferences() 135 assertEquals(NAME_ALTERNATIVE, ContactDisplayUtils.getPreferredSortName(null, in testGetPreferredSortName_NullContactsPreferences_NullPrimary() [all …]
|
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/ |
D | PhoneQuery.java | 41 static final int NAME_ALTERNATIVE = 0; field in PhoneQuery
|
D | ContactInfoHelper.java | 128 return cursor.getString(PhoneQuery.NAME_ALTERNATIVE); in lookUpDisplayNameAlternative()
|