Searched refs:createKeyphraseArray (Results 1 – 6 of 6) sorted by relevance
28 import static android.voiceinteraction.cts.testcore.Helper.createKeyphraseArray;102 private static final SoundTrigger.Keyphrase[] KEYPHRASE_ARRAY = createKeyphraseArray(sContext);
25 import static android.voiceinteraction.cts.testcore.Helper.createKeyphraseArray;81 private static final SoundTrigger.Keyphrase[] KEYPHRASE_ARRAY = createKeyphraseArray(sContext);
101 mKeyphraseArray = Helper.createKeyphraseArray(mService); in setup()
33 import static android.voiceinteraction.cts.testcore.Helper.createKeyphraseArray;108 private static final SoundTrigger.Keyphrase[] KEYPHRASE_ARRAY = createKeyphraseArray(sContext);
228 mKeyphraseArray = Helper.createKeyphraseArray(mService); in setup()
219 public static SoundTrigger.Keyphrase[] createKeyphraseArray(Context context) { in createKeyphraseArray() method in Helper