Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DAppsFilterLocked.java55 protected boolean isQueryableViaPackage(int callingAppId, int targetAppId) { in isQueryableViaPackage()
62 protected boolean isQueryableViaComponent(int callingAppId, int targetAppId) { in isQueryableViaComponent()
83 protected boolean isQueryableViaUsesLibrary(int callingAppId, int targetAppId) { in isQueryableViaUsesLibrary()
90 protected boolean isQueryableViaUsesPermission(int callingAppId, int targetAppId) { in isQueryableViaUsesPermission()
H A DAppsFilterBase.java205 protected boolean isForceQueryable(int callingAppId) { in isForceQueryable()
209 protected boolean isQueryableViaPackage(int callingAppId, int targetAppId) { in isQueryableViaPackage()
213 protected boolean isQueryableViaComponent(int callingAppId, int targetAppId) { in isQueryableViaComponent()
225 protected boolean isQueryableViaUsesLibrary(int callingAppId, int targetAppId) { in isQueryableViaUsesLibrary()
229 protected boolean isQueryableViaUsesPermission(int callingAppId, int targetAppId) { in isQueryableViaUsesPermission()
238 int callingAppId, int targetAppId) { in isQueryableViaComponentWhenRequireRecompute()
332 int callingAppId = UserHandle.getAppId(callingUid); in shouldFilterApplication() local
406 final int callingAppId = UserHandle.getAppId(callingUid); in shouldFilterApplicationInternal() local
H A DAppsFilterImpl.java993 int callingAppId, int targetAppId) { in isQueryableViaComponentWhenRequireRecompute()
H A DComputerEngine.java1860 final int callingAppId = UserHandle.getAppId(callingUid); in resolveInternalPackageNameInternalLocked() local
5582 final int callingAppId = UserHandle.getAppId(callingUid); in getHarmfulAppWarning() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBackgroundActivityStartController.java205 final int callingAppId = UserHandle.getAppId(callingUid); in checkBackgroundActivityStart() local
/aosp14/frameworks/base/services/print/java/com/android/server/print/
H A DPrintManagerService.java1115 final int callingAppId = UserHandle.getAppId(callingUid); in resolveCallingAppEnforcingPermissions() local
/aosp14/frameworks/base/services/core/java/com/android/server/uri/
H A DUriGrantsManagerService.java1101 final int callingAppId = UserHandle.getAppId(callingUid); in checkGrantUriPermissionUnlocked() local
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsState.java1608 final int callingAppId = UserHandle.getAppId(callingUid); in isCalledFromSystem() local
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java3502 int callingAppId = UserHandle.getAppId(Binder.getCallingUid()); in enforceExternalStorageService() local
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java7665 final int callingAppId = UserHandle.getAppId(callingUid); in shouldAllowFgsWhileInUsePermissionLocked() local
H A DActivityManagerService.java3717 final int callingAppId = UserHandle.getAppId(callingUid); in killBackgroundProcesses() local