Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java1028 int callingAppId = UserHandle.getAppId(Binder.getCallingUid()); in enableNoAutoConnect() local
2329 int callingAppId = UserHandle.getAppId(callingUid); in checkIfCallerIsForegroundUser() local
DDeviceIdleController.java2535 int callingAppId = UserHandle.getAppId(callingUid); in addPowerSaveTempWhitelistAppDirectInternal() local
/frameworks/base/services/print/java/com/android/server/print/
DPrintManagerService.java1044 final int callingAppId = UserHandle.getAppId(callingUid); in resolveCallingAppEnforcingPermissions() local
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsState.java1198 final int callingAppId = UserHandle.getAppId(uid); in isSystemPackage() local
/frameworks/base/services/core/java/com/android/server/uri/
DUriGrantsManagerService.java1033 final int callingAppId = UserHandle.getAppId(callingUid); in checkGrantUriPermission() local
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java946 final int callingAppId = UserHandle.getAppId(callingUid); in shouldAbortBackgroundActivityStart() local