Searched defs:callingAppId (Results 1 – 3 of 3) sorted by relevance
151 static boolean isCallerSystem(int callingAppId) { in isCallerSystem()155 static boolean isCallerNfc(int callingAppId) { in isCallerNfc()159 private static boolean isCallerShell(int callingAppId) { in isCallerShell()163 private static boolean isCallerRoot(int callingAppId) { in isCallerRoot()167 private boolean isCallerSystemUi(int callingAppId) { in isCallerSystemUi()290 final int callingAppId = UserHandle.getAppId(callingUid); in checkIfCallerIsForegroundUser() local326 final int callingAppId = getCallingAppId(); in checkBluetoothPermissions() local
693 int callingAppId = UserHandle.getAppId(callerUid); in hasPrivilegedAccess() local
186 final int callingAppId = UserHandle.getAppId(Binder.getCallingUid()); in enforceShellRestrictions() local