Searched refs:getAlwaysOnHotwordDetector (Results 1 – 9 of 9) sorted by relevance
128 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in testHotwordDetectionService_hasCaptureAudioOutputPermission()
289 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()
252 mAlwaysOnHotwordDetector = getService().getAlwaysOnHotwordDetector(); in createAndEnrollAlwaysOnHotwordDetector()
411 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in testCreateAlwaysOnHotwordDetectorNoHotwordDetectionService()466 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in testCreateAlwaysOnHotwordDetector()
382 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in createAlwaysOnHotwordDetector()
391 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in createAlwaysOnHotwordDetector()
420 AlwaysOnHotwordDetector alwaysOnHotwordDetector = mService.getAlwaysOnHotwordDetector(); in createAlwaysOnHotwordDetector()
174 mAlwaysOnHotwordDetector = getService().getAlwaysOnHotwordDetector(); in createAndEnrollAlwaysOnHotwordDetector()
415 public AlwaysOnHotwordDetector getAlwaysOnHotwordDetector() { in getAlwaysOnHotwordDetector() method in BaseVoiceInteractionService