Searched refs:hotwordDetectionServiceIdentity (Results 1 – 4 of 4) sorted by relevance
456 final HotwordDetectionServiceIdentity hotwordDetectionServiceIdentity = in resolveRecordAudioOp() local458 if (hotwordDetectionServiceIdentity != null in resolveRecordAudioOp()459 && uid == hotwordDetectionServiceIdentity.getIsolatedUid()) { in resolveRecordAudioOp()472 final HotwordDetectionServiceIdentity hotwordDetectionServiceIdentity = in resolveSandboxedServiceOp() local474 if (hotwordDetectionServiceIdentity != null in resolveSandboxedServiceOp()475 && uid == hotwordDetectionServiceIdentity.getIsolatedUid()) { in resolveSandboxedServiceOp()499 final HotwordDetectionServiceIdentity hotwordDetectionServiceIdentity = in resolveUid() local501 if (hotwordDetectionServiceIdentity != null in resolveUid()502 && uid == hotwordDetectionServiceIdentity.getIsolatedUid()) { in resolveUid()503 uid = hotwordDetectionServiceIdentity.getOwnerUid(); in resolveUid()
433 hotwordDetectionServiceIdentity = in assertCallerLocked() local438 hotwordDetectionServiceIdentity != null in assertCallerLocked()439 && callingUid == hotwordDetectionServiceIdentity.getIsolatedUid() in assertCallerLocked()440 && packageUid == hotwordDetectionServiceIdentity.getOwnerUid(); in assertCallerLocked()
402 hotwordDetectionServiceIdentity = in assertCalledByPackageOwner()406 if (callingUid != hotwordDetectionServiceIdentity.getIsolatedUid()) { in assertCalledByPackageOwner()414 .getPackagesForUid(hotwordDetectionServiceIdentity.getOwnerUid()); in assertCalledByPackageOwner()
972 hotwordDetectionServiceIdentity = vimi.getHotwordDetectionServiceIdentity(); in resolveUid() local973 if (hotwordDetectionServiceIdentity != null in resolveUid()974 && uid == hotwordDetectionServiceIdentity.getIsolatedUid()) { in resolveUid()975 return hotwordDetectionServiceIdentity.getOwnerUid(); in resolveUid()