Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/firewall/
H A 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)
/aosp14/frameworks/base/core/java/android/security/net/config/
H A DNetworkSecurityConfig.java192 if (info.targetSdkVersion <= Build.VERSION_CODES.M && !info.isPrivilegedApp()) { in getDefaultBuilder()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DMockSystem.kt577 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 DInstallStart.java105 if (sourceInfo != null && sourceInfo.isPrivilegedApp()) { in onCreate()
H A DPackageInstallerActivity.java282 if (mSourceInfo != null && mSourceInfo.isPrivilegedApp()) { in isInstallRequestFromUnknownSource()
/aosp14/frameworks/base/core/java/android/os/
H A DGraphicsEnvironment.java755 if (ai.isPrivilegedApp() || (ai.isSystemApp() && !ai.isUpdatedSystemApp())) { in chooseDriverInternal()
/aosp14/frameworks/base/core/java/android/view/
H A DLayoutInflater.java438 if (appInfo.isEmbeddedDexUsed() || appInfo.isPrivilegedApp()) { in initPrecompiledViews()
/aosp14/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java535 ai.isPrivilegedApp()); in createProjectionInternal()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java2509 public boolean isPrivilegedApp() { in isPrivilegedApp() method in ApplicationInfo
H A DPackageParser.java7263 return applicationInfo.isPrivilegedApp(); in isPrivileged()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DBinaryTransparencyService.java731 + packageInfo.applicationInfo.isPrivilegedApp()); in onShellCommand()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DDefaultPermissionGrantPolicy.java1715 if (!pkg.applicationInfo.isPrivilegedApp()) { in isSysComponentOrPersistentPlatformSignedPrivApp()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java2516 if (!resolveInfo.activityInfo.applicationInfo.isPrivilegedApp()) {
2550 if (!resolveInfo.activityInfo.applicationInfo.isPrivilegedApp()) {
/aosp14/frameworks/base/config/
H A Dboot-profile.txt342 Landroid/content/pm/ApplicationInfo;->isPrivilegedApp()Z
H A Dboot-image-profile.txt4425 HSPLandroid/content/pm/ApplicationInfo;->isPrivilegedApp()Z
/aosp14/frameworks/base/core/java/android/provider/
H A DSettings.java3466 return isTestOnly || applicationInfo.isSystemApp() || applicationInfo.isPrivilegedApp() in isCallerExemptFromReadableRestriction()
/aosp14/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java902 if (!app.isPrivilegedApp()) { in addDefaultRestrictBackgroundAllowlistUidsUL()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java2233 if (!aInfo.applicationInfo.isPrivilegedApp() in getLockTaskLaunchMode()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt971 …@RequiresPermission(android.Manifest.permission.INSTALL_PACKAGES) public boolean isPrivilegedApp();
H A Dsystem-current.txt3680 …@RequiresPermission(android.Manifest.permission.INSTALL_PACKAGES) public boolean isPrivilegedApp();
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt4422 HSPLandroid/content/pm/ApplicationInfo;->isPrivilegedApp()Z