Home
last modified time | relevance | path

Searched refs:createKeyphraseArray (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DAlwaysOnHotwordDetectorNoDspTest.java28 import static android.voiceinteraction.cts.testcore.Helper.createKeyphraseArray;
102 private static final SoundTrigger.Keyphrase[] KEYPHRASE_ARRAY = createKeyphraseArray(sContext);
DAlwaysOnHotwordDetectorNoHdsTest.java25 import static android.voiceinteraction.cts.testcore.Helper.createKeyphraseArray;
81 private static final SoundTrigger.Keyphrase[] KEYPHRASE_ARRAY = createKeyphraseArray(sContext);
DHotwordDetectionServiceMultipleDetectorTest.java101 mKeyphraseArray = Helper.createKeyphraseArray(mService); in setup()
DAlwaysOnHotwordDetectorTest.java33 import static android.voiceinteraction.cts.testcore.Helper.createKeyphraseArray;
108 private static final SoundTrigger.Keyphrase[] KEYPHRASE_ARRAY = createKeyphraseArray(sContext);
DHotwordDetectionServiceBasicTest.java228 mKeyphraseArray = Helper.createKeyphraseArray(mService); in setup()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/
DHelper.java219 public static SoundTrigger.Keyphrase[] createKeyphraseArray(Context context) { in createKeyphraseArray() method in Helper