/aosp14/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | PackageLite.java | 137 mProfileableByShell = baseApk.isProfileableByShell(); in PackageLite() 396 public boolean isProfileableByShell() { in isProfileableByShell() method in PackageLite
|
H A D | ApkLite.java | 386 public boolean isProfileableByShell() { in isProfileableByShell() method in ApkLite
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/ |
H A D | AndroidPackage.java | 552 boolean isProfileableByShell(); in isProfileableByShell() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/ |
H A D | ParsingPackage.java | 522 boolean isProfileableByShell(); in isProfileableByShell() method
|
H A D | ParsingPackageUtils.java | 2637 ParsingPackage newPkg = pkg.setProfileableByShell(pkg.isProfileableByShell()
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/ |
H A D | AndroidPackageTest.kt | 250 AndroidPackage::isProfileableByShell,
|
/aosp14/frameworks/base/services/api/ |
H A D | current.txt | 160 method public boolean isProfileableByShell();
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ProcessList.java | 1816 boolean isProfileableByShell = app.info.isProfileableByShell(); 1823 isProfileableByShell |= clientInfo.isProfileableByShell(); 1848 if (isProfileableByShell) {
|
H A D | ActivityManagerService.java | 7341 boolean isAppProfileable = app.isProfileableByShell(); in setProfileApp() 7346 isAppProfileable |= sdkSandboxClientApp.isProfileableByShell(); in setProfileApp()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | ApplicationInfo.java | 2573 public boolean isProfileableByShell() { in isProfileableByShell() method in ApplicationInfo
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/ |
H A D | PackageInfoUtils.java | 929 … | flag(pkg.isProfileableByShell(), ApplicationInfo.PRIVATE_FLAG_PROFILEABLE_BY_SHELL) in appInfoPrivateFlags()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityTaskSupervisor.java | 703 && (!debuggable && !aInfo.applicationInfo.isProfileableByShell()))) { in resolveActivity()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/ |
H A D | PackageImpl.java | 1702 public boolean isProfileableByShell() { in isProfileableByShell() method in PackageImpl
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageInstallerSession.java | 3436 if (!packageLite.isDebuggable() && !packageLite.isProfileableByShell()) {
|
H A D | Settings.java | 2886 sb.append(pkg.getPkg().isProfileableByShell() ? "1" : "0");
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/services/ |
H A D | art-profile | 7602 HSPLcom/android/server/pm/parsing/pkg/PackageImpl;->isProfileableByShell()Z
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 4425 HSPLandroid/content/pm/ApplicationInfo;->isProfileableByShell()Z
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 4428 HSPLandroid/content/pm/ApplicationInfo;->isProfileableByShell()Z
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 11779 method public boolean isProfileableByShell();
|