Searched refs:controllerUid (Results 1 – 2 of 2) sorted by relevance
76 boolean isTrusted(String controllerPackageName, int controllerPid, int controllerUid); in isTrusted() argument
2343 int controllerUid) { in isTrusted() argument2361 return hasMediaControlPermission(controllerPid, controllerUid) in isTrusted()2363 userId, controllerPackageName, controllerUid); in isTrusted()2466 String controllerPackageName, int controllerUid) { in hasEnabledNotificationListener() argument2467 int controllerUserId = UserHandle.getUserHandleForUid(controllerUid).getIdentifier(); in hasEnabledNotificationListener()2478 UserHandle.getUserId(controllerUid)); in hasEnabledNotificationListener()2479 if (controllerUid != actualControllerUid) { in hasEnabledNotificationListener()2491 UserHandle.getUserHandleForUid(controllerUid))) { in hasEnabledNotificationListener()2495 Log.d(TAG, controllerPackageName + " (uid=" + controllerUid in hasEnabledNotificationListener()