Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServicePermissionTest.java140 Helper.createFakeKeyphraseRecognitionExtraList()); in testHotwordDetectionService_hasCaptureAudioOutputPermission()
DVoiceInteractionServiceTest.java596 Helper.createFakeKeyphraseRecognitionExtraList()); in verifyDetectFromDspSuccess()
621 Helper.createFakeKeyphraseRecognitionExtraList()); in verifyDetectFromDspRejected()
651 Helper.createFakeKeyphraseRecognitionExtraList()); in verifyDetectFromDspError()
DHotwordDetectionServiceBasicTest.java625 Helper.createFakeKeyphraseRecognitionExtraList()); in testHotwordDetectionService_onDetectFromDspTimeout_triggerOnFailure()
659 Helper.createFakeKeyphraseRecognitionExtraList()); in testHotwordDetectionService_onDetectFromDspSecurityException_onFailure()
1385 Helper.createFakeKeyphraseRecognitionExtraList()); in testHotwordDetectionService_onDetectFromDsp_rejection()
1427 Helper.createFakeKeyphraseRecognitionExtraList()); in testHotwordDetectionService_onDetectFromDsp_timeout()
1463 Helper.createFakeKeyphraseRecognitionExtraList()); in testHotwordDetectionService_destroyDspDetector_activeDetectorRemoved()
1931 Helper.createFakeKeyphraseRecognitionExtraList()); in testHotwordDetectionService_dspDetector_onRejectedTwice_clientOnlyOneOnRejected()
DHotwordDetectionServiceProximityTest.java334 Helper.createFakeKeyphraseRecognitionExtraList()); in triggerHardwareRecognitionEventForTest()
DHotwordDetectionServiceStressTest.java353 Helper.createFakeKeyphraseRecognitionExtraList()); in verifyOnDetectFromDspSuccess()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/
DHelper.java181 public static List<KeyphraseRecognitionExtra> createFakeKeyphraseRecognitionExtraList() { in createFakeKeyphraseRecognitionExtraList() method in Helper