/frameworks/base/services/core/java/com/android/server/firewall/ |
D | SenderFilter.java | 37 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/ |
D | NetworkSecurityConfig.java | 205 if (info.targetSdkVersion <= Build.VERSION_CODES.M && !info.isPrivilegedApp()) { in getDefaultBuilder()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/ |
D | MockSystem.kt | 577 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/ |
D | InstallStart.java | 129 boolean isPrivilegedAndKnown = (sourceInfo != null && sourceInfo.isPrivilegedApp()) && in onCreate()
|
/frameworks/opt/car/services/updatableServices/src/com/android/server/wm/ |
D | CarDisplayCompatScaleProviderUpdatableImpl.java | 533 if (applicationInfo.isPrivilegedApp()) { in requiresDisplayCompatNotCachedLocked()
|
/frameworks/base/core/java/android/os/ |
D | GraphicsEnvironment.java | 720 if (ai.isPrivilegedApp() || (ai.isSystemApp() && !ai.isUpdatedSystemApp())) { in chooseDriverInternal()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/model/ |
D | InstallRepository.kt | 236 return (sourceInfo != null && sourceInfo.isPrivilegedApp in <lambda>()
|
/frameworks/opt/car/services/updatableServices/tests/src/com/android/server/wm/ |
D | CarDisplayCompatScaleProviderUpdatableTest.java | 258 when(mApplicationInfo.isPrivilegedApp()).thenReturn(true); in isPrivileged_returnsFalse()
|
/frameworks/base/services/core/java/com/android/server/media/projection/ |
D | MediaProjectionManagerService.java | 596 ai.isPrivilegedApp()); in createProjectionInternal()
|
/frameworks/base/services/core/java/com/android/server/ |
D | BinaryTransparencyService.java | 731 + packageInfo.applicationInfo.isPrivilegedApp()); in onShellCommand()
|
/frameworks/base/core/java/android/content/pm/ |
D | ApplicationInfo.java | 2565 public boolean isPrivilegedApp() { in isPrivilegedApp() method in ApplicationInfo
|
D | PackageParser.java | 7264 return applicationInfo.isPrivilegedApp(); in isPrivileged()
|
/frameworks/base/services/core/java/com/android/server/pm/permission/ |
D | DefaultPermissionGrantPolicy.java | 1734 if (!pkg.applicationInfo.isPrivilegedApp()) { in isSysComponentOrPersistentPlatformSignedPrivApp()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 2659 if (!resolveInfo.activityInfo.applicationInfo.isPrivilegedApp()) { 2694 if (!resolveInfo.activityInfo.applicationInfo.isPrivilegedApp()) {
|
/frameworks/base/config/ |
D | boot-profile.txt | 342 Landroid/content/pm/ApplicationInfo;->isPrivilegedApp()Z
|
D | boot-image-profile.txt | 4348 HSPLandroid/content/pm/ApplicationInfo;->isPrivilegedApp()Z
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkPolicyManagerService.java | 1012 if (!app.isPrivilegedApp()) { in addDefaultRestrictBackgroundAllowlistUidsUL()
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 3698 return isTestOnly || applicationInfo.isSystemApp() || applicationInfo.isPrivilegedApp() in isCallerExemptFromReadableRestriction()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityRecord.java | 2386 if (!aInfo.applicationInfo.isPrivilegedApp() in getLockTaskLaunchMode()
|
/frameworks/base/core/api/ |
D | test-current.txt | 1098 …@RequiresPermission(android.Manifest.permission.INSTALL_PACKAGES) public boolean isPrivilegedApp();
|
D | system-current.txt | 4014 …@RequiresPermission(android.Manifest.permission.INSTALL_PACKAGES) public boolean isPrivilegedApp();
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 4345 HSPLandroid/content/pm/ApplicationInfo;->isPrivilegedApp()Z
|