Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/parsing/
DPackageLite.java171 mProfileableByShell = baseApk.isProfileableByShell(); in PackageLite()
448 public boolean isProfileableByShell() { in isProfileableByShell() method in PackageLite
DApkLite.java505 public boolean isProfileableByShell() { in isProfileableByShell() method in ApkLite
/frameworks/base/core/java/com/android/internal/pm/parsing/
DAppInfoUtils.java71 … | flag(pkg.isProfileableByShell(), ApplicationInfo.PRIVATE_FLAG_PROFILEABLE_BY_SHELL) in appInfoPrivateFlags()
/frameworks/base/core/java/com/android/server/pm/pkg/
DAndroidPackage.java581 boolean isProfileableByShell(); in isProfileableByShell() method
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/
DParsingPackage.java555 boolean isProfileableByShell(); in isProfileableByShell() method
DParsingPackageUtils.java2821 ParsingPackage newPkg = pkg.setProfileableByShell(pkg.isProfileableByShell()
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/
DAndroidPackageTest.kt264 AndroidPackage::isProfileableByShell, in <lambda>()
/frameworks/base/services/api/
Dcurrent.txt160 method public boolean isProfileableByShell();
/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java1931 boolean isProfileableByShell = app.info.isProfileableByShell();
1938 isProfileableByShell |= clientInfo.isProfileableByShell();
1963 if (isProfileableByShell) {
DActivityManagerService.java7570 boolean isAppProfileable = app.isProfileableByShell(); in setProfileApp()
7575 isAppProfileable |= sdkSandboxClientApp.isProfileableByShell(); in setProfileApp()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java2733 public boolean isProfileableByShell() { in isProfileableByShell() method in ApplicationInfo
/frameworks/base/services/core/java/com/android/server/pm/parsing/
DPackageInfoUtils.java990 … | flag(pkg.isProfileableByShell(), ApplicationInfo.PRIVATE_FLAG_PROFILEABLE_BY_SHELL) in appInfoPrivateFlags()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskSupervisor.java727 && (!debuggable && !aInfo.applicationInfo.isProfileableByShell()))) { in resolveActivity()
/frameworks/base/core/java/com/android/internal/pm/parsing/pkg/
DPackageImpl.java1771 public boolean isProfileableByShell() { in isProfileableByShell() method in PackageImpl
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java3982 if (!packageLite.isDebuggable() && !packageLite.isProfileableByShell()) {
DSettings.java3134 sb.append(ps.getPkg().isProfileableByShell() ? "1" : "0");
/frameworks/base/boot/
Dboot-image-profile.txt4564 HSPLandroid/content/pm/ApplicationInfo;->isProfileableByShell()Z
/frameworks/base/core/api/
Dcurrent.txt12541 method public boolean isProfileableByShell();