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/
DBluetoothManagerService.java1288 int callingAppId = getCallingAppId(); in checkBluetoothPermissions() local
1489 int callingAppId = UserHandle.getAppId(Binder.getCallingUid()); in enableNoAutoConnect() local
2919 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
/packages/apps/Settings/src/com/android/settings/homepage/
DSettingsHomepageActivity.java591 int callingAppId = UserHandle.getAppId(callerUid); in hasPrivilegedAccess() local
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaDocumentsProvider.java187 final int callingAppId = UserHandle.getAppId(Binder.getCallingUid()); in enforceShellRestrictions() local