Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DVoiceInteractionService.java206 private final Set<HotwordDetector> mActiveDetectors = new ArraySet<>(); field in VoiceInteractionService
215 mActiveDetectors.forEach(detector -> { in onDetectorRemoteException()
409 mActiveDetectors.forEach(detector -> { in onSoundModelsChangedInternal()
723 for (HotwordDetector detector : mActiveDetectors) {
741 mActiveDetectors.add(dspDetector);
752 mActiveDetectors.remove(dspDetector);
886 for (HotwordDetector detector : mActiveDetectors) { in createHotwordDetectorInternal()
902 mActiveDetectors.add(softwareHotwordDetector); in createHotwordDetectorInternal()
909 mActiveDetectors.remove(softwareHotwordDetector); in createHotwordDetectorInternal()
969 for (HotwordDetector detector : mActiveDetectors) { in createVisualQueryDetector()
[all …]