Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceProximityTest.java364 HotwordDetector softwareHotwordDetector = mService.getSoftwareHotwordDetector(); in createSoftwareHotwordDetector()
DHotwordDetectionServiceStressTest.java411 HotwordDetector softwareHotwordDetector = mService.getSoftwareHotwordDetector(); in createSoftwareHotwordDetector()
DHotwordDetectionServiceBasicTest.java319 HotwordDetector softwareHotwordDetector = mService.getSoftwareHotwordDetector(); in testHotwordDetectionService_createSoftwareDetector_sendOverMaxResult_getException()
375 HotwordDetector softwareHotwordDetector = mService.getSoftwareHotwordDetector(); in testHotwordDetectionService_createSoftwareDetector_customResult_getCustomStatus()
1822 HotwordDetector softwareHotwordDetector = mService.getSoftwareHotwordDetector(); in testHotwordDetectionService_softwareDetector_serviceScheduleRestarted()
2093 HotwordDetector softwareHotwordDetector = mService.getSoftwareHotwordDetector(); in createSoftwareHotwordDetector()
DVoiceInteractionServiceTest.java546 HotwordDetector softwareHotwordDetector = mService.getSoftwareHotwordDetector(); in testCreateHotwordDetector()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
DBaseVoiceInteractionService.java422 public HotwordDetector getSoftwareHotwordDetector() { in getSoftwareHotwordDetector() method in BaseVoiceInteractionService