Home
last modified time | relevance | path

Searched refs:createSoftwareHotwordDetector (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceProximityTest.java211 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 HotwordDetectionServiceProximityTest
357 mService.createSoftwareHotwordDetector(); in createSoftwareHotwordDetector()
DHotwordDetectionServiceBasicTest.java305 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 …]
DHotwordDetectionServiceStressTest.java192 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
DVoiceInteractionServiceTest.java533 mService.createSoftwareHotwordDetector(useExecutor, runOnMainThread); in testCreateHotwordDetector()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
DCtsBasicVoiceInteractionService.java465 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,