Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionManagerInternal.java76 public int getIsolatedUid() { in getIsolatedUid() method in VoiceInteractionManagerInternal.HotwordDetectionServiceIdentity
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DAppOpsPolicy.java399 && uid == hotwordDetectionServiceIdentity.getIsolatedUid()) { in resolveRecordAudioOp()
419 && uid == hotwordDetectionServiceIdentity.getIsolatedUid()) { in resolveUid()
/aosp12/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCapturePerUserService.java477 && callingUid == hotwordDetectionServiceIdentity.getIsolatedUid() in assertCallerLocked()
H A DContentCaptureManagerService.java318 if (callingUid != hotwordDetectionServiceIdentity.getIsolatedUid()) { in assertCalledByPackageOwner()