Home
last modified time | relevance | path

Searched defs:alwaysOnHotwordDetector (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceBasicTest.java289 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in testHotwordDetectionService_createDspDetector_sendOverMaxResult_getException() local
347 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in testHotwordDetectionService_createDspDetector_customResult_getCustomStatus() local
396 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in testHotwordDetectionService_validHotwordDetectionComponentName_triggerSuccess() local
463 AlwaysOnHotwordDetector alwaysOnHotwordDetector = in testVoiceInteractionService_disallowCreateAlwaysOnHotwordDetectorTwice() local
501 AlwaysOnHotwordDetector alwaysOnHotwordDetector = in testHotwordDetectionService_processDied_triggerOnError() local
531 AlwaysOnHotwordDetector alwaysOnHotwordDetector = in testHotwordDetectionService_processDied_triggerOnFailure() local
603 AlwaysOnHotwordDetector alwaysOnHotwordDetector = in testHotwordDetectionService_onDetectFromDspTimeout_triggerOnFailure() local
646 AlwaysOnHotwordDetector alwaysOnHotwordDetector = in testHotwordDetectionService_onDetectFromDspSecurityException_onFailure() local
676 AlwaysOnHotwordDetector alwaysOnHotwordDetector = in testHotwordDetectionService_onDetectFromExternalSourceSecurityException_onFailure() local
752 AlwaysOnHotwordDetector alwaysOnHotwordDetector = in testHotwordDetectionService_onDetectFromExternalSourceAudioBroken_onFailure() local
[all …]
DHotwordDetectionServiceMultipleDetectorTest.java134 AlwaysOnHotwordDetector alwaysOnHotwordDetector = null; in testVoiceInteractionService_createMultipleDetectorSuccess() local
155 AlwaysOnHotwordDetector alwaysOnHotwordDetector = null; in testVoiceInteractionService_createMultipleDetectorRestartSuccess() local
184 AlwaysOnHotwordDetector alwaysOnHotwordDetector = null; in testHotwordDetectionServiceMultipleDetectors_detectHotwordDSPThenVisualQuery() local
232 AlwaysOnHotwordDetector alwaysOnHotwordDetector = null; in testHotwordDetectionServiceMultipleDetectors_detectVisualQueryThenHotwordDSP() local
282 AlwaysOnHotwordDetector alwaysOnHotwordDetector = null; in testHotwordDetectionServiceMultipleDetectors_restart_detectVisualQueryThenHotword() local
358 AlwaysOnHotwordDetector alwaysOnHotwordDetector) throws Throwable { in verifyHotwordOnDetectFromDspSuccess()
420 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in createAlwaysOnHotwordDetector() local
DHotwordDetectionServiceStressTest.java180 AlwaysOnHotwordDetector alwaysOnHotwordDetector = createAlwaysOnHotwordDetector(); in testHotwordDetectionService_createAlwaysOnHotwordDetector_success() local
203 AlwaysOnHotwordDetector alwaysOnHotwordDetector = createAlwaysOnHotwordDetector(); in testHotwordDetectionService_onDetectFromDsp_success() local
230 AlwaysOnHotwordDetector alwaysOnHotwordDetector = createAlwaysOnHotwordDetector(); in testHotwordDetectionService_onDetectFromExternalSource_success() local
308 AlwaysOnHotwordDetector alwaysOnHotwordDetector = createAlwaysOnHotwordDetector(); in testMultipleDetectors_onDetectFromDspAndMic_success() local
343 private void verifyOnDetectFromDspSuccess(AlwaysOnHotwordDetector alwaysOnHotwordDetector) in verifyOnDetectFromDspSuccess()
391 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in createAlwaysOnHotwordDetector() local
DHotwordDetectionServiceProximityTest.java150 AlwaysOnHotwordDetector alwaysOnHotwordDetector = createAlwaysOnHotwordDetector(); in testAttentionService_onDetectFromDsp() local
286 AlwaysOnHotwordDetector alwaysOnHotwordDetector = createAlwaysOnHotwordDetector(); in testAttentionService_onDetectFromExternalSource_doesNotReceiveProximity() local
326 AlwaysOnHotwordDetector alwaysOnHotwordDetector) { in triggerHardwareRecognitionEventForTest()
382 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in createAlwaysOnHotwordDetector() local
DVoiceInteractionServiceTest.java411 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in testCreateAlwaysOnHotwordDetectorNoHotwordDetectionService() local
466 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in testCreateAlwaysOnHotwordDetector() local
584 private void verifyDetectFromDspSuccess(AlwaysOnHotwordDetector alwaysOnHotwordDetector, in verifyDetectFromDspSuccess()
608 private void verifyDetectFromDspRejected(AlwaysOnHotwordDetector alwaysOnHotwordDetector, in verifyDetectFromDspRejected()
633 private void verifyDetectFromDspError(AlwaysOnHotwordDetector alwaysOnHotwordDetector, in verifyDetectFromDspError()
DHotwordDetectionServicePermissionTest.java128 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in testHotwordDetectionService_hasCaptureAudioOutputPermission() local
DVoiceInteractionMultiDetectorTest.java123 IProxyAlwaysOnHotwordDetector alwaysOnHotwordDetector = in testAlwaysOnHotwordDetectorDestroy_throwsExceptionAfterDestroy() local
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DProxyVoiceInteractionService.java211 FakeAlwaysOnHotwordDetector(AlwaysOnHotwordDetector alwaysOnHotwordDetector) { in FakeAlwaysOnHotwordDetector()
/cts/hostsidetests/voiceinteraction/app/src/com/android/cts/voiceinteraction/
DProxyVoiceInteractionService.java226 AlwaysOnHotwordDetectorAdapter(AlwaysOnHotwordDetector alwaysOnHotwordDetector, in AlwaysOnHotwordDetectorAdapter()