Home
last modified time | relevance | path

Searched refs:isProfileableByShell (Results 1 – 20 of 20) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/parsing/
H A DPackageLite.java137 mProfileableByShell = baseApk.isProfileableByShell(); in PackageLite()
396 public boolean isProfileableByShell() { in isProfileableByShell() method in PackageLite
H A DApkLite.java386 public boolean isProfileableByShell() { in isProfileableByShell() method in ApkLite
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/
H A DAndroidPackage.java552 boolean isProfileableByShell(); in isProfileableByShell() method
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/
H A DParsingPackage.java522 boolean isProfileableByShell(); in isProfileableByShell() method
H A DParsingPackageUtils.java2637 ParsingPackage newPkg = pkg.setProfileableByShell(pkg.isProfileableByShell()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/
H A DAndroidPackageTest.kt250 AndroidPackage::isProfileableByShell,
/aosp14/frameworks/base/services/api/
H A Dcurrent.txt160 method public boolean isProfileableByShell();
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java1816 boolean isProfileableByShell = app.info.isProfileableByShell();
1823 isProfileableByShell |= clientInfo.isProfileableByShell();
1848 if (isProfileableByShell) {
H A DActivityManagerService.java7341 boolean isAppProfileable = app.isProfileableByShell(); in setProfileApp()
7346 isAppProfileable |= sdkSandboxClientApp.isProfileableByShell(); in setProfileApp()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java2573 public boolean isProfileableByShell() { in isProfileableByShell() method in ApplicationInfo
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageInfoUtils.java929 … | flag(pkg.isProfileableByShell(), ApplicationInfo.PRIVATE_FLAG_PROFILEABLE_BY_SHELL) in appInfoPrivateFlags()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskSupervisor.java703 && (!debuggable && !aInfo.applicationInfo.isProfileableByShell()))) { in resolveActivity()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DPackageImpl.java1702 public boolean isProfileableByShell() { in isProfileableByShell() method in PackageImpl
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java3436 if (!packageLite.isDebuggable() && !packageLite.isProfileableByShell()) {
H A DSettings.java2886 sb.append(pkg.getPkg().isProfileableByShell() ? "1" : "0");
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/services/
H A Dart-profile7602 HSPLcom/android/server/pm/parsing/pkg/PackageImpl;->isProfileableByShell()Z
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt4425 HSPLandroid/content/pm/ApplicationInfo;->isProfileableByShell()Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt4428 HSPLandroid/content/pm/ApplicationInfo;->isProfileableByShell()Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt11779 method public boolean isProfileableByShell();