Searched defs:callingAppId (Results 1 – 3 of 3) sorted by relevance
1288 int callingAppId = getCallingAppId(); in checkBluetoothPermissions() local1489 int callingAppId = UserHandle.getAppId(Binder.getCallingUid()); in enableNoAutoConnect() local2919 private static boolean isCallerSystem(int callingAppId) { in isCallerSystem()2922 private static boolean isCallerShell(int callingAppId) { in isCallerShell()2925 private static boolean isCallerRoot(int callingAppId) { in isCallerRoot()2936 int callingAppId = UserHandle.getAppId(callingUid); in checkIfCallerIsForegroundUser() local
591 int callingAppId = UserHandle.getAppId(callerUid); in hasPrivilegedAccess() local
187 final int callingAppId = UserHandle.getAppId(Binder.getCallingUid()); in enforceShellRestrictions() local