Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DLocaleSetTest.java30 assertEquals(Locale.CANADA, LocaleSet.newForTest(Locale.CANADA).getPrimaryLocale()); in testPrimaryLocale()
31 assertEquals(Locale.GERMAN, LocaleSet.newForTest(Locale.GERMAN).getPrimaryLocale()); in testPrimaryLocale()
32 assertEquals(Locale.GERMAN, LocaleSet.newForTest(Locale.GERMAN, Locale.CANADA) in testPrimaryLocale()
124 assertFalse(LocaleSet.newForTest(Locale.ENGLISH) in testShouldPreferJapanese()
127 assertTrue(LocaleSet.newForTest(Locale.JAPAN) in testShouldPreferJapanese()
129 assertTrue(LocaleSet.newForTest(Locale.ENGLISH, Locale.KOREAN, Locale.JAPAN) in testShouldPreferJapanese()
131 assertTrue(LocaleSet.newForTest(Locale.JAPAN, Locale.TRADITIONAL_CHINESE) in testShouldPreferJapanese()
133 assertTrue(LocaleSet.newForTest(Locale.JAPAN, Locale.SIMPLIFIED_CHINESE) in testShouldPreferJapanese()
135 assertFalse(LocaleSet.newForTest(Locale.TRADITIONAL_CHINESE, Locale.JAPAN) in testShouldPreferJapanese()
139 assertFalse(LocaleSet.newForTest(Locale.SIMPLIFIED_CHINESE, Locale.JAPAN) in testShouldPreferJapanese()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLocaleSet.java47 public static LocaleSet newForTest(Locale... locales) { in newForTest() method in LocaleSet
DContactLocaleUtils.java543 return new ContactLocaleUtils(LocaleSet.newForTest(locales)); in newInstanceForTest()
548 setLocales(LocaleSet.newForTest(locales)); in setLocaleForTest()