Searched refs:hotwordDetectionServiceIdentity (Results 1 – 3 of 3) sorted by relevance
396 final HotwordDetectionServiceIdentity hotwordDetectionServiceIdentity = in resolveRecordAudioOp() local398 if (hotwordDetectionServiceIdentity != null in resolveRecordAudioOp()399 && uid == hotwordDetectionServiceIdentity.getIsolatedUid()) { in resolveRecordAudioOp()416 final HotwordDetectionServiceIdentity hotwordDetectionServiceIdentity = in resolveUid() local418 if (hotwordDetectionServiceIdentity != null in resolveUid()419 && uid == hotwordDetectionServiceIdentity.getIsolatedUid()) { in resolveUid()420 uid = hotwordDetectionServiceIdentity.getOwnerUid(); in resolveUid()
471 hotwordDetectionServiceIdentity = in assertCallerLocked() local476 hotwordDetectionServiceIdentity != null in assertCallerLocked()477 && callingUid == hotwordDetectionServiceIdentity.getIsolatedUid() in assertCallerLocked()478 && packageUid == hotwordDetectionServiceIdentity.getOwnerUid(); in assertCallerLocked()
314 hotwordDetectionServiceIdentity = in assertCalledByPackageOwner()318 if (callingUid != hotwordDetectionServiceIdentity.getIsolatedUid()) { in assertCalledByPackageOwner()326 .getPackagesForUid(hotwordDetectionServiceIdentity.getOwnerUid()); in assertCalledByPackageOwner()