/aosp14/frameworks/base/services/core/java/com/android/server/firewall/ |
H A 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)
|
/aosp14/frameworks/base/core/java/android/security/net/config/ |
H A D | NetworkSecurityConfig.java | 192 if (info.targetSdkVersion <= Build.VERSION_CODES.M && !info.isPrivilegedApp()) { in getDefaultBuilder()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/ |
H A D | MockSystem.kt | 577 whenever(applicationInfo.isPrivilegedApp).thenReturn(true) 595 whenever(applicationInfo.isPrivilegedApp).thenReturn(true) 652 whenever(applicationInfo.isPrivilegedApp).thenReturn(true)
|
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
H A D | InstallStart.java | 105 if (sourceInfo != null && sourceInfo.isPrivilegedApp()) { in onCreate()
|
H A D | PackageInstallerActivity.java | 282 if (mSourceInfo != null && mSourceInfo.isPrivilegedApp()) { in isInstallRequestFromUnknownSource()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | GraphicsEnvironment.java | 755 if (ai.isPrivilegedApp() || (ai.isSystemApp() && !ai.isUpdatedSystemApp())) { in chooseDriverInternal()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | LayoutInflater.java | 438 if (appInfo.isEmbeddedDexUsed() || appInfo.isPrivilegedApp()) { in initPrecompiledViews()
|
/aosp14/frameworks/base/services/core/java/com/android/server/media/projection/ |
H A D | MediaProjectionManagerService.java | 535 ai.isPrivilegedApp()); in createProjectionInternal()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | ApplicationInfo.java | 2509 public boolean isPrivilegedApp() { in isPrivilegedApp() method in ApplicationInfo
|
H A D | PackageParser.java | 7263 return applicationInfo.isPrivilegedApp(); in isPrivileged()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | BinaryTransparencyService.java | 731 + packageInfo.applicationInfo.isPrivilegedApp()); in onShellCommand()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/permission/ |
H A D | DefaultPermissionGrantPolicy.java | 1715 if (!pkg.applicationInfo.isPrivilegedApp()) { in isSysComponentOrPersistentPlatformSignedPrivApp()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerService.java | 2516 if (!resolveInfo.activityInfo.applicationInfo.isPrivilegedApp()) { 2550 if (!resolveInfo.activityInfo.applicationInfo.isPrivilegedApp()) {
|
/aosp14/frameworks/base/config/ |
H A D | boot-profile.txt | 342 Landroid/content/pm/ApplicationInfo;->isPrivilegedApp()Z
|
H A D | boot-image-profile.txt | 4425 HSPLandroid/content/pm/ApplicationInfo;->isPrivilegedApp()Z
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | Settings.java | 3466 return isTestOnly || applicationInfo.isSystemApp() || applicationInfo.isPrivilegedApp() in isCallerExemptFromReadableRestriction()
|
/aosp14/frameworks/base/services/core/java/com/android/server/net/ |
H A D | NetworkPolicyManagerService.java | 902 if (!app.isPrivilegedApp()) { in addDefaultRestrictBackgroundAllowlistUidsUL()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityRecord.java | 2233 if (!aInfo.applicationInfo.isPrivilegedApp() in getLockTaskLaunchMode()
|
/aosp14/frameworks/base/core/api/ |
H A D | test-current.txt | 971 …@RequiresPermission(android.Manifest.permission.INSTALL_PACKAGES) public boolean isPrivilegedApp();
|
H A D | system-current.txt | 3680 …@RequiresPermission(android.Manifest.permission.INSTALL_PACKAGES) public boolean isPrivilegedApp();
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 4422 HSPLandroid/content/pm/ApplicationInfo;->isPrivilegedApp()Z
|