Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DAlwaysOnHotwordDetectorNoDspTest.java25 import static android.voiceinteraction.cts.testcore.Helper.KEYPHRASE_LOCALE;
186 KEYPHRASE_LOCALE, in testCreateAlwaysOnHotwordDetector_noSTModule_throwsExceptionWhenChangeIdEnabled()
212 KEYPHRASE_LOCALE, in testCreateAlwaysOnHotwordDetector_noSTModule_stateUnavailableWhenChangeIdDisabled()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
DBaseVoiceInteractionService.java19 import static android.voiceinteraction.cts.testcore.Helper.KEYPHRASE_LOCALE;
569 KEYPHRASE_LOCALE, in callCreateAlwaysOnHotwordDetectorNoHotwordDetectionService()
573 return createAlwaysOnHotwordDetector(KEYPHRASE_TEXT, KEYPHRASE_LOCALE, callback); in callCreateAlwaysOnHotwordDetectorNoHotwordDetectionService()
611 KEYPHRASE_LOCALE, in callCreateAlwaysOnHotwordDetector()
618 KEYPHRASE_LOCALE, in callCreateAlwaysOnHotwordDetector()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/
DHelper.java107 public static final Locale KEYPHRASE_LOCALE = Locale.forLanguageTag("en-US"); field in Helper
222 KEYPHRASE_LOCALE, in createKeyphraseArray()