Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DIHotwordRecognitionStatusCallback.aidl80 void onStatusReported(int status); in onStatusReported() method
/aosp12/frameworks/base/core/java/android/service/voice/
H A DSoftwareHotwordDetector.java198 public void onStatusReported(int status) { in onStatusReported() method in SoftwareHotwordDetector.InitializationStateListener
H A DAlwaysOnHotwordDetector.java1209 public void onStatusReported(int status) { in onStatusReported() method in AlwaysOnHotwordDetector.SoundTriggerListener
/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DHotwordDetectionConnection.java229 mCallback.onStatusReported(status); in updateStateAfterProcessStart()
250 mCallback.onStatusReported(INITIALIZATION_STATUS_UNKNOWN); in updateStateAfterProcessStart()