Home
last modified time | relevance | path

Searched refs:isPrivilegedApp (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/services/core/java/com/android/server/firewall/
DSenderFilter.java37 static boolean isPrivilegedApp(PackageManagerInternal pmi, int callerUid, int callerPid) { in isPrivilegedApp() method in SenderFilter
79 return isPrivilegedApp(ifw.getPackageManager(), callerUid, callerPid);
87 return isPrivilegedApp(ifw.getPackageManager(), callerUid, callerPid)
/frameworks/base/core/java/android/security/net/config/
DNetworkSecurityConfig.java205 if (info.targetSdkVersion <= Build.VERSION_CODES.M && !info.isPrivilegedApp()) { in getDefaultBuilder()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DMockSystem.kt577 whenever(applicationInfo.isPrivilegedApp).thenReturn(true) in stageInstantAppResolverScan()
595 whenever(applicationInfo.isPrivilegedApp).thenReturn(true) in stagePermissionsControllerScan()
652 whenever(applicationInfo.isPrivilegedApp).thenReturn(true) in stageInstallerScan()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DInstallStart.java129 boolean isPrivilegedAndKnown = (sourceInfo != null && sourceInfo.isPrivilegedApp()) && in onCreate()
/frameworks/opt/car/services/updatableServices/src/com/android/server/wm/
DCarDisplayCompatScaleProviderUpdatableImpl.java533 if (applicationInfo.isPrivilegedApp()) { in requiresDisplayCompatNotCachedLocked()
/frameworks/base/core/java/android/os/
DGraphicsEnvironment.java720 if (ai.isPrivilegedApp() || (ai.isSystemApp() && !ai.isUpdatedSystemApp())) { in chooseDriverInternal()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/model/
DInstallRepository.kt236 return (sourceInfo != null && sourceInfo.isPrivilegedApp in <lambda>()
/frameworks/opt/car/services/updatableServices/tests/src/com/android/server/wm/
DCarDisplayCompatScaleProviderUpdatableTest.java258 when(mApplicationInfo.isPrivilegedApp()).thenReturn(true); in isPrivileged_returnsFalse()
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java596 ai.isPrivilegedApp()); in createProjectionInternal()
/frameworks/base/services/core/java/com/android/server/
DBinaryTransparencyService.java731 + packageInfo.applicationInfo.isPrivilegedApp()); in onShellCommand()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java2565 public boolean isPrivilegedApp() { in isPrivilegedApp() method in ApplicationInfo
DPackageParser.java7264 return applicationInfo.isPrivilegedApp(); in isPrivileged()
/frameworks/base/services/core/java/com/android/server/pm/permission/
DDefaultPermissionGrantPolicy.java1734 if (!pkg.applicationInfo.isPrivilegedApp()) { in isSysComponentOrPersistentPlatformSignedPrivApp()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java2659 if (!resolveInfo.activityInfo.applicationInfo.isPrivilegedApp()) {
2694 if (!resolveInfo.activityInfo.applicationInfo.isPrivilegedApp()) {
/frameworks/base/config/
Dboot-profile.txt342 Landroid/content/pm/ApplicationInfo;->isPrivilegedApp()Z
Dboot-image-profile.txt4348 HSPLandroid/content/pm/ApplicationInfo;->isPrivilegedApp()Z
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java1012 if (!app.isPrivilegedApp()) { in addDefaultRestrictBackgroundAllowlistUidsUL()
/frameworks/base/core/java/android/provider/
DSettings.java3698 return isTestOnly || applicationInfo.isSystemApp() || applicationInfo.isPrivilegedApp() in isCallerExemptFromReadableRestriction()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java2386 if (!aInfo.applicationInfo.isPrivilegedApp() in getLockTaskLaunchMode()
/frameworks/base/core/api/
Dtest-current.txt1098 …@RequiresPermission(android.Manifest.permission.INSTALL_PACKAGES) public boolean isPrivilegedApp();
Dsystem-current.txt4014 …@RequiresPermission(android.Manifest.permission.INSTALL_PACKAGES) public boolean isPrivilegedApp();
/frameworks/base/boot/
Dboot-image-profile.txt4345 HSPLandroid/content/pm/ApplicationInfo;->isPrivilegedApp()Z