Home
last modified time | relevance | path

Searched refs:HIDE_IF_EMPTY (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/preference/
DContactsPreferencesTest.java119 Assert.assertEquals(PhoneticNameDisplayPreference.HIDE_IF_EMPTY, in testGetPhoneticNameDisplayDefault()
129 Mockito.anyInt())).thenReturn(PhoneticNameDisplayPreference.HIDE_IF_EMPTY); in testGetPhoneticNameDisplay()
130 Assert.assertEquals(PhoneticNameDisplayPreference.HIDE_IF_EMPTY, in testGetPhoneticNameDisplay()
140 Mockito.anyInt())).thenReturn(PhoneticNameDisplayPreference.HIDE_IF_EMPTY, in testRefreshPhoneticNameDisplay()
143 Assert.assertEquals(PhoneticNameDisplayPreference.HIDE_IF_EMPTY, in testRefreshPhoneticNameDisplay()
/packages/apps/Contacts/src/com/android/contacts/preference/
DPhoneticNameDisplayPreference.java32 public static final int HIDE_IF_EMPTY = 1; field in PhoneticNameDisplayPreference
56 String.valueOf(HIDE_IF_EMPTY), in prepare()
71 case HIDE_IF_EMPTY: in getSummary()
DContactsPreferences.java174 return PhoneticNameDisplayPreference.HIDE_IF_EMPTY; in getDefaultPhoneticNameDisplayPreference()
205 return getPhoneticNameDisplayPreference() == PhoneticNameDisplayPreference.HIDE_IF_EMPTY; in shouldHidePhoneticNamesIfEmpty()