Home
last modified time | relevance | path

Searched defs:runForEachDetectorSessionLocked (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DHotwordDetectionConnection.java291 runForEachDetectorSessionLocked((session) -> { in cancelLocked() method
475 runForEachDetectorSessionLocked((session) -> { in setDebugHotwordLoggingLocked() method
528 runForEachDetectorSessionLocked((session) -> { in restartProcessLocked() method
671 runForEachDetectorSessionLocked((session) -> { in dump() method
999 private void runForEachDetectorSessionLocked( in runForEachDetectorSessionLocked() method in HotwordDetectionConnection