Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DVoiceInteractionService.java899 SoftwareHotwordDetector softwareHotwordDetector = in createHotwordDetectorInternal() local
902 mActiveDetectors.add(softwareHotwordDetector); in createHotwordDetectorInternal()
905 softwareHotwordDetector.registerOnDestroyListener( in createHotwordDetectorInternal()
907 softwareHotwordDetector.initialize(options, sharedMemory); in createHotwordDetectorInternal()
909 mActiveDetectors.remove(softwareHotwordDetector); in createHotwordDetectorInternal()
910 softwareHotwordDetector.destroy(); in createHotwordDetectorInternal()
913 return softwareHotwordDetector; in createHotwordDetectorInternal()