Home
last modified time | relevance | path

Searched defs:locale (Results 1 – 25 of 35) sorted by relevance

12

/cts/tests/tests/graphics/src/android/graphics/text/cts/
DHyphenationTest.java60 final String locale = "af"; in testAfrikaansPattern() local
83 final String locale = "sq"; in testAlbanianPattern() local
109 final String locale = "am"; in testAmharicPattern() local
132 final String locale = "cs"; in testCzechPattern() local
161 final String locale = "nl"; in testDutchPattern() local
184 final String locale = "en"; in testEnglishPattern() local
207 final String locale = "gl"; in testGalicianPattern() local
227 final String locale = "ka"; in testGeorgianPattern() local
251 final String locale = "el"; in testGreekPattern() local
274 final String locale = "it"; in testItalianPattern() local
[all …]
/cts/hostsidetests/voiceinteraction/app/aidl/com/android/cts/voiceinteraction/
DIProxyKeyphraseModelManager.aidl22 KeyphraseSoundModel getKeyphraseSoundModel(int keyphraseId, in String locale); in getKeyphraseSoundModel()
24 void deleteKeyphraseSoundModel(int keyphraseId, in String locale); in deleteKeyphraseSoundModel()
DITestVoiceInteractionService.aidl40 in String keyphrase, in String locale, IProxyDetectorCallback callback); in createAlwaysOnHotwordDetector()
42 in String keyphrase, in String locale, in PersistableBundle options, in createAlwaysOnHotwordDetectorWithTrustedService()
/cts/tests/tests/voiceinteraction/service/aidl/android/voiceinteraction/service/
DIProxyKeyphraseModelManager.aidl22 KeyphraseSoundModel getKeyphraseSoundModel(int keyphraseId, in String locale); in getKeyphraseSoundModel()
24 void deleteKeyphraseSoundModel(int keyphraseId, in String locale); in deleteKeyphraseSoundModel()
DITestVoiceInteractionService.aidl40 in String keyphrase, in String locale, IProxyDetectorCallback callback); in createAlwaysOnHotwordDetector()
42 in String keyphrase, in String locale, in PersistableBundle options, in createAlwaysOnHotwordDetectorWithTrustedService()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/
DHdmiCecSystemInformationTest.java74 final String locale = getSystemLocale(); in cect_11_2_6_4_SetInvalidMenuLanguage() local
94 final String locale = getSystemLocale(); in cect_11_2_6_5_SetValidMenuLanguageFromInvalidSource() local
/cts/tests/tests/text/src/android/text/format/cts/
DLocaleUtils.java26 public static boolean isCurrentLocale(Context context, Locale locale) { in isCurrentLocale()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DProxyVoiceInteractionService.java215 static FakeAlwaysOnHotwordDetector create(String keyphrase, Locale locale, in create()
230 static FakeAlwaysOnHotwordDetector create(String keyphrase, Locale locale, in create()
/cts/tests/tests/text/src/android/text/style/cts/
DSuggestionSpanTest.java56 final Locale locale = Locale.forLanguageTag("az-Arab"); in testConstructorWithContext() local
170 private Locale toWellFormedLocale(@Nullable final Locale locale) { in toWellFormedLocale()
186 private void verifyGetLocaleObject(final Locale locale) { in verifyGetLocaleObject()
/cts/hostsidetests/voiceinteraction/app/src/com/android/cts/voiceinteraction/
DAbstractVoiceInteractionServiceTest.java137 Locale locale) in enrollFakeSoundModelWithDetector()
DProxyVoiceInteractionService.java233 Locale locale, in createWithTrustedProcess()
250 Locale locale, in createWithoutTrustedProcess()
/cts/tests/location/location_none/src/android/location/cts/none/
DAddressTest.java269 Locale locale = Locale.US; in testGetLocale() local
331 Locale locale = Locale.KOREA; in testWriteToParcel() local
/cts/tests/tests/provider/src/android/provider/cts/
DUserDictionary_WordsTest.java86 private void assertWord(String word, int frequency, String shortcut, Locale locale, in assertWord()
/cts/tests/tests/text/src/android/text/method/cts/
DDateKeyListenerTest.java194 MockDateKeyListener(Locale locale) { in MockDateKeyListener()
DDateTimeKeyListenerTest.java214 MockDateTimeKeyListener(Locale locale) { in MockDateTimeKeyListener()
DTimeKeyListenerTest.java211 MockTimeKeyListener(Locale locale) { in MockTimeKeyListener()
DDigitsKeyListenerTest.java994 MockDigitsKeyListener(Locale locale) { in MockDigitsKeyListener()
998 MockDigitsKeyListener(Locale locale, boolean sign, boolean decimal) { in MockDigitsKeyListener()
/cts/tests/tests/speech/src/android/speech/tts/cts/
DStubTextToSpeechService.java128 Locale locale = new Locale(lang, country); in onGetDefaultVoiceNameFor() local
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecInvalidMessagesTest.java109 final String locale = getSystemLocale(); in cect_12_1_BroadcastReceivedAsDirectlyAddressed() local
/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutLineBreakingVariantsTest.java73 private static void assertLineBreak(String text, int breakStrategy, String locale, in assertLineBreak()
DMyanmarTest.java74 final Locale locale = Locale.forLanguageTag(localeName); in setupLocales() local
/cts/tests/tests/content/src/android/content/cts/
DMockContentProvider.java263 final String locale = queryArgs.getString(ContentResolver.QUERY_ARG_SORT_LOCALE); in query() local
266 new String[] { locale, safeLocale }, cancellationSignal)) { in query()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DBaseHdmiCecCtsTest.java382 public static String extractLanguage(String locale) { in extractLanguage()
386 public void setSystemLocale(String locale) throws Exception { in setSystemLocale()
/cts/tests/tests/os/src/android/os/cts/
DLocaleListTest.java332 final Locale locale = localeList.get(index); in resetDefaultLocaleList() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioLoopbackLatencyActivity.java1083 Locale locale = Locale.getDefault(); in getResultCodeText() local
1242 Locale locale = Locale.getDefault(); in evaluate() local

12