Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DVoiceInteractionManagerInternal.java73 public abstract HotwordDetectionServiceIdentity getHotwordDetectionServiceIdentity(); in getHotwordDetectionServiceIdentity() method in VoiceInteractionManagerInternal
/frameworks/base/services/core/java/com/android/server/policy/
DAppOpsPolicy.java457 mVoiceInteractionManagerInternal.getHotwordDetectionServiceIdentity(); in resolveRecordAudioOp()
473 mVoiceInteractionManagerInternal.getHotwordDetectionServiceIdentity(); in resolveSandboxedServiceOp()
500 mVoiceInteractionManagerInternal.getHotwordDetectionServiceIdentity(); in resolveUid()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCapturePerUserService.java435 .getHotwordDetectionServiceIdentity(); in assertCallerLocked()
DContentCaptureManagerService.java404 .getHotwordDetectionServiceIdentity(); in assertCalledByPackageOwner()
/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionManagerService.java972 hotwordDetectionServiceIdentity = vimi.getHotwordDetectionServiceIdentity(); in resolveUid()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java325 public HotwordDetectionServiceIdentity getHotwordDetectionServiceIdentity() { in getHotwordDetectionServiceIdentity() method in VoiceInteractionManagerService.LocalService