Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DAppOpsPolicy.java456 final HotwordDetectionServiceIdentity hotwordDetectionServiceIdentity = in resolveRecordAudioOp() local
458 if (hotwordDetectionServiceIdentity != null in resolveRecordAudioOp()
459 && uid == hotwordDetectionServiceIdentity.getIsolatedUid()) { in resolveRecordAudioOp()
472 final HotwordDetectionServiceIdentity hotwordDetectionServiceIdentity = in resolveSandboxedServiceOp() local
474 if (hotwordDetectionServiceIdentity != null in resolveSandboxedServiceOp()
475 && uid == hotwordDetectionServiceIdentity.getIsolatedUid()) { in resolveSandboxedServiceOp()
499 final HotwordDetectionServiceIdentity hotwordDetectionServiceIdentity = in resolveUid() local
501 if (hotwordDetectionServiceIdentity != null in resolveUid()
502 && uid == hotwordDetectionServiceIdentity.getIsolatedUid()) { in resolveUid()
503 uid = hotwordDetectionServiceIdentity.getOwnerUid(); in resolveUid()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCapturePerUserService.java433 hotwordDetectionServiceIdentity = in assertCallerLocked() local
438 hotwordDetectionServiceIdentity != null in assertCallerLocked()
439 && callingUid == hotwordDetectionServiceIdentity.getIsolatedUid() in assertCallerLocked()
440 && packageUid == hotwordDetectionServiceIdentity.getOwnerUid(); in assertCallerLocked()
DContentCaptureManagerService.java402 hotwordDetectionServiceIdentity = in assertCalledByPackageOwner()
406 if (callingUid != hotwordDetectionServiceIdentity.getIsolatedUid()) { in assertCalledByPackageOwner()
414 .getPackagesForUid(hotwordDetectionServiceIdentity.getOwnerUid()); in assertCalledByPackageOwner()
/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionManagerService.java972 hotwordDetectionServiceIdentity = vimi.getHotwordDetectionServiceIdentity(); in resolveUid() local
973 if (hotwordDetectionServiceIdentity != null in resolveUid()
974 && uid == hotwordDetectionServiceIdentity.getIsolatedUid()) { in resolveUid()
975 return hotwordDetectionServiceIdentity.getOwnerUid(); in resolveUid()