Home
last modified time | relevance | path

Searched refs:getAlwaysOnHotwordDetector (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServicePermissionTest.java128 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in testHotwordDetectionService_hasCaptureAudioOutputPermission()
DHotwordDetectionServiceBasicTest.java289 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in testHotwordDetectionService_createDspDetector_sendOverMaxResult_getException()
347 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in testHotwordDetectionService_createDspDetector_customResult_getCustomStatus()
396 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in testHotwordDetectionService_validHotwordDetectionComponentName_triggerSuccess()
1790 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in testHotwordDetectionService_dspDetector_serviceScheduleRestarted()
2118 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in createAlwaysOnHotwordDetector()
2152 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in createAlwaysOnHotwordDetectorWithSoundTriggerInjection()
DAlwaysOnHotwordDetectorNoHdsTest.java252 mAlwaysOnHotwordDetector = getService().getAlwaysOnHotwordDetector(); in createAndEnrollAlwaysOnHotwordDetector()
DVoiceInteractionServiceTest.java411 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in testCreateAlwaysOnHotwordDetectorNoHotwordDetectionService()
466 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in testCreateAlwaysOnHotwordDetector()
DHotwordDetectionServiceProximityTest.java382 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in createAlwaysOnHotwordDetector()
DHotwordDetectionServiceStressTest.java391 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in createAlwaysOnHotwordDetector()
DHotwordDetectionServiceMultipleDetectorTest.java420 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in createAlwaysOnHotwordDetector()
DAlwaysOnHotwordDetectorTest.java174 mAlwaysOnHotwordDetector = getService().getAlwaysOnHotwordDetector(); in createAndEnrollAlwaysOnHotwordDetector()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
DBaseVoiceInteractionService.java415 public AlwaysOnHotwordDetector getAlwaysOnHotwordDetector() { in getAlwaysOnHotwordDetector() method in BaseVoiceInteractionService