Searched refs:controllerUid (Results 1 – 2 of 2) sorted by relevance
361 int controllerUid) { in isTrusted() argument364 if (controllerUid < 0 in isTrusted()365 || getPackageUidForUser(controllerPackageName, callingUser) != controllerUid) { in isTrusted()378 return hasMediaControlPermission(controllerPid, controllerUid) in isTrusted()380 callingUser.getIdentifier(), controllerPackageName, controllerUid); in isTrusted()473 String controllerPackageName, int controllerUid) { in hasEnabledNotificationListener() argument474 int controllerUserId = UserHandle.getUserHandleForUid(controllerUid).getIdentifier(); in hasEnabledNotificationListener()481 UserHandle.getUserHandleForUid(controllerUid))) { in hasEnabledNotificationListener()485 Log.d(TAG, controllerPackageName + " (uid=" + controllerUid in hasEnabledNotificationListener()
26 boolean isTrusted(String controllerPackageName, int controllerPid, int controllerUid); in isTrusted() argument