Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DLocaleSetTest.java123 .shouldPreferJapanese()); in testShouldPreferJapanese()
126 .shouldPreferJapanese()); in testShouldPreferJapanese()
128 .shouldPreferJapanese()); in testShouldPreferJapanese()
130 .shouldPreferJapanese()); in testShouldPreferJapanese()
132 .shouldPreferJapanese()); in testShouldPreferJapanese()
134 .shouldPreferJapanese()); in testShouldPreferJapanese()
138 .shouldPreferJapanese()); in testShouldPreferJapanese()
140 .shouldPreferJapanese()); in testShouldPreferJapanese()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLocaleSet.java121 public boolean shouldPreferJapanese() { in shouldPreferJapanese() method in LocaleSet
DContactLocaleUtils.java519 if (mLocales.shouldPreferJapanese()) { in ContactLocaleUtils()