Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionManagerInternal.java70 public abstract HotwordDetectionServiceIdentity getHotwordDetectionServiceIdentity(); in getHotwordDetectionServiceIdentity() method in VoiceInteractionManagerInternal
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DAppOpsPolicy.java442 mVoiceInteractionManagerInternal.getHotwordDetectionServiceIdentity(); in resolveRecordAudioOp()
458 mVoiceInteractionManagerInternal.getHotwordDetectionServiceIdentity(); in resolveSandboxedServiceOp()
485 mVoiceInteractionManagerInternal.getHotwordDetectionServiceIdentity(); in resolveUid()
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCapturePerUserService.java435 .getHotwordDetectionServiceIdentity(); in assertCallerLocked()
H A DContentCaptureManagerService.java373 .getHotwordDetectionServiceIdentity(); in assertCalledByPackageOwner()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DPermissionManagerService.java1027 hotwordDetectionServiceIdentity = vimi.getHotwordDetectionServiceIdentity(); in resolveUid()
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java293 public HotwordDetectionServiceIdentity getHotwordDetectionServiceIdentity() { in getHotwordDetectionServiceIdentity() method in VoiceInteractionManagerService.LocalService