Searched refs:createSoftwareHotwordDetector (Results 1 – 5 of 5) sorted by relevance
211 HotwordDetector softwareHotwordDetector = createSoftwareHotwordDetector(); in testAttentionService_onDetectFromMic_noUpdates()234 HotwordDetector softwareHotwordDetector = createSoftwareHotwordDetector(); in testAttentionService_onDetectFromMic_unknownProximity()260 HotwordDetector softwareHotwordDetector = createSoftwareHotwordDetector(); in testAttentionService_onDetectFromMic_updatedProximity()355 private HotwordDetector createSoftwareHotwordDetector() throws Throwable { in createSoftwareHotwordDetector() method in HotwordDetectionServiceProximityTest357 mService.createSoftwareHotwordDetector(); in createSoftwareHotwordDetector()
305 mService.createSoftwareHotwordDetector(/* useExecutor= */ false, /* runOnMainThread= */ in testHotwordDetectionService_createSoftwareDetector_sendOverMaxResult_getException()365 mService.createSoftwareHotwordDetector(/* useExecutor= */ false, /* runOnMainThread= */ in testHotwordDetectionService_createSoftwareDetector_customResult_getCustomStatus()484 HotwordDetector softwareHotwordDetector = createSoftwareHotwordDetector(/* useOnFailure= */ in testVoiceInteractionService_disallowCreateSoftwareHotwordDetectorTwice()489 mService.createSoftwareHotwordDetector(); in testVoiceInteractionService_disallowCreateSoftwareHotwordDetectorTwice()570 createSoftwareHotwordDetector(/* useOnFailure= */ true); in testHotwordDetectionService_softwareDetector_processDied_triggerOnFailure()701 HotwordDetector softwareHotwordDetector = createSoftwareHotwordDetector(/* useOnFailure= */ in testHotwordDetectionService_software_externalSourceSecurityException_onFailure()726 HotwordDetector softwareHotwordDetector = createSoftwareHotwordDetector(/* useOnFailure= */ in testHotwordDetectionService_onDetectFromMicSecurityException_onFailure()820 HotwordDetector softwareHotwordDetector = createSoftwareHotwordDetector(/* useOnFailure= */ in testHotwordDetectionService_createDetectorTwiceQuickly_triggerSuccess()909 HotwordDetector softwareHotwordDetector = createSoftwareHotwordDetector(/* useOnFailure= */ in testHotwordDetectionService_softwareDetectorWithAudioEgress()1267 HotwordDetector softwareHotwordDetector = createSoftwareHotwordDetector(/* useOnFailure= */ in testHotwordDetectionService_softwareDetectorWithAudioEgressWrongCopyBufferSize()[all …]
192 HotwordDetector softwareHotwordDetector = createSoftwareHotwordDetector(); in testHotwordDetectionService_createSoftwareHotwordDetector_success()270 HotwordDetector softwareHotwordDetector = createSoftwareHotwordDetector(); in testHotwordDetectionService_onDetectFromMic_success()311 HotwordDetector softwareHotwordDetector = createSoftwareHotwordDetector(); in testMultipleDetectors_onDetectFromDspAndMic_success()400 private HotwordDetector createSoftwareHotwordDetector() throws Throwable { in createSoftwareHotwordDetector() method in HotwordDetectionServiceStressTest
533 mService.createSoftwareHotwordDetector(useExecutor, runOnMainThread); in testCreateHotwordDetector()
465 public void createSoftwareHotwordDetector() {466 createSoftwareHotwordDetector(/* useExecutor= */ false, /* runOnMainThread= */ false);474 public void createSoftwareHotwordDetector(boolean useExecutor, boolean runOnMainThread) {475 createSoftwareHotwordDetector(useExecutor, runOnMainThread, /* options= */ null);483 public void createSoftwareHotwordDetector(boolean useExecutor, boolean runOnMainThread,