Home
last modified time | relevance | path

Searched refs:DEFAULT_PHRASE_ID (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/
DHelper.java96 public static final int DEFAULT_PHRASE_ID = 5; field in Helper
123 .setHotwordPhraseId(DEFAULT_PHRASE_ID)
130 .setHotwordPhraseId(DEFAULT_PHRASE_ID)
135 .setHotwordPhraseId(DEFAULT_PHRASE_ID)
182 return ImmutableList.of(new KeyphraseRecognitionExtra(DEFAULT_PHRASE_ID, in createFakeKeyphraseRecognitionExtraList()
212 return Arrays.asList(new SoundTrigger.KeyphraseRecognitionExtra(DEFAULT_PHRASE_ID, in createKeyphraseRecognitionExtraList()
220 return new SoundTrigger.Keyphrase[]{new SoundTrigger.Keyphrase(DEFAULT_PHRASE_ID, in createKeyphraseArray()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainHotwordDetectionService.java60 public static final int DEFAULT_PHRASE_ID = 5; field in MainHotwordDetectionService
68 .setHotwordPhraseId(DEFAULT_PHRASE_ID)
75 .setHotwordPhraseId(DEFAULT_PHRASE_ID)
80 .setHotwordPhraseId(DEFAULT_PHRASE_ID)