Searched refs:mDelegateAndOwnerUid (Results 1 – 1 of 1) sorted by relevance
144 private int mDelegateAndOwnerUid = INVALID_UID; field in AccessCheckDelegate.AccessCheckDelegateImpl156 mDelegateAndOwnerUid = uid; in setShellPermissionDelegate()175 mDelegateAndOwnerUid = ownerUid; in addOverridePermissionState()247 return mDelegateAndOwnerUid == uid && TextUtils.equals(mDelegatePackage, packageName); in isDelegatePackage()257 return uid == mDelegateAndOwnerUid; in isDelegateAndOwnerUid()297 if (uid == mDelegateAndOwnerUid && uid != Process.SHELL_UID) { in checkUidPermission()322 if (uid == mDelegateAndOwnerUid && isDelegateOp(code)) { in checkOperation()338 if (uid == mDelegateAndOwnerUid && isDelegateOp(code)) { in checkAudioOperation()357 if (uid == mDelegateAndOwnerUid && isDelegateOp(code)) { in noteOperation()378 if (attributionSource.getUid() == mDelegateAndOwnerUid && isDelegateOp(code)) { in noteProxyOperation()[all …]