Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DHotwordDetectionConnection.java680 private final int mDetectionServiceType; field in HotwordDetectionConnection.ServiceConnectionFactory
685 mDetectionServiceType = detectionServiceType; in ServiceConnectionFactory()
721 private final int mDetectionServiceType; field in HotwordDetectionConnection.ServiceConnection
731 this.mDetectionServiceType = detectionServiceType; in ServiceConnection()
784 if (mDetectionServiceType != DETECTION_SERVICE_TYPE_VISUAL_QUERY) { in binderDied()
796 if (mDetectionServiceType != DETECTION_SERVICE_TYPE_VISUAL_QUERY) { in bindService()
821 if (mDetectionServiceType != DETECTION_SERVICE_TYPE_VISUAL_QUERY) { in bindService()
844 if (mDetectionServiceType == DETECTION_SERVICE_TYPE_HOTWORD && ( in reportBinderDiedLocked()
850 } else if (mDetectionServiceType == DETECTION_SERVICE_TYPE_VISUAL_QUERY in reportBinderDiedLocked()
862 if (mDetectionServiceType == DETECTION_SERVICE_TYPE_HOTWORD && ( in reportBindServiceFailureLocked()
[all …]