Home
last modified time | relevance | path

Searched defs:callingAppId (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBtPermissionUtils.java151 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() local
326 final int callingAppId = getCallingAppId(); in checkBluetoothPermissions() local
/packages/apps/Settings/src/com/android/settings/homepage/
DSettingsHomepageActivity.java693 int callingAppId = UserHandle.getAppId(callerUid); in hasPrivilegedAccess() local
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaDocumentsProvider.java186 final int callingAppId = UserHandle.getAppId(Binder.getCallingUid()); in enforceShellRestrictions() local