Home
last modified time | relevance | path

Searched refs:callCreateAlwaysOnHotwordDetector (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
DBaseVoiceInteractionService.java590 AlwaysOnHotwordDetector callCreateAlwaysOnHotwordDetector( in callCreateAlwaysOnHotwordDetector() method in BaseVoiceInteractionService
592 return callCreateAlwaysOnHotwordDetector(callback, /* useExecutor= */ false); in callCreateAlwaysOnHotwordDetector()
595 AlwaysOnHotwordDetector callCreateAlwaysOnHotwordDetector( in callCreateAlwaysOnHotwordDetector() method in BaseVoiceInteractionService
597 return callCreateAlwaysOnHotwordDetector(callback, useExecutor, /* options= */ null); in callCreateAlwaysOnHotwordDetector()
600 AlwaysOnHotwordDetector callCreateAlwaysOnHotwordDetector( in callCreateAlwaysOnHotwordDetector() method in BaseVoiceInteractionService
DCtsMainVoiceInteractionService.java59 callCreateAlwaysOnHotwordDetector(mNoOpHotwordDetectorCallback, in createAlwaysOnHotwordDetector()
DCtsBasicVoiceInteractionService.java1066 callCreateAlwaysOnHotwordDetector(callback, useExecutor, options),