Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DAppOpsPolicy.java396 final HotwordDetectionServiceIdentity hotwordDetectionServiceIdentity = in resolveRecordAudioOp() local
398 if (hotwordDetectionServiceIdentity != null in resolveRecordAudioOp()
399 && uid == hotwordDetectionServiceIdentity.getIsolatedUid()) { in resolveRecordAudioOp()
416 final HotwordDetectionServiceIdentity hotwordDetectionServiceIdentity = in resolveUid() local
418 if (hotwordDetectionServiceIdentity != null in resolveUid()
419 && uid == hotwordDetectionServiceIdentity.getIsolatedUid()) { in resolveUid()
420 uid = hotwordDetectionServiceIdentity.getOwnerUid(); in resolveUid()
/aosp12/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCapturePerUserService.java471 hotwordDetectionServiceIdentity = in assertCallerLocked() local
476 hotwordDetectionServiceIdentity != null in assertCallerLocked()
477 && callingUid == hotwordDetectionServiceIdentity.getIsolatedUid() in assertCallerLocked()
478 && packageUid == hotwordDetectionServiceIdentity.getOwnerUid(); in assertCallerLocked()
H A DContentCaptureManagerService.java314 hotwordDetectionServiceIdentity = in assertCalledByPackageOwner()
318 if (callingUid != hotwordDetectionServiceIdentity.getIsolatedUid()) { in assertCalledByPackageOwner()
326 .getPackagesForUid(hotwordDetectionServiceIdentity.getOwnerUid()); in assertCalledByPackageOwner()