Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/parsing/
DPackageLite.java147 mProfileableByShell = baseApk.isProfileableByShell(); in PackageLite()
415 public boolean isProfileableByShell() { in isProfileableByShell() method in PackageLite
DApkLite.java445 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.java559 boolean isProfileableByShell(); in isProfileableByShell() method
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/
DParsingPackage.java538 boolean isProfileableByShell(); in isProfileableByShell() method
DParsingPackageUtils.java2775 ParsingPackage newPkg = pkg.setProfileableByShell(pkg.isProfileableByShell()
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/
DAndroidPackageTest.kt251 AndroidPackage::isProfileableByShell, in <lambda>()
/frameworks/base/services/api/
Dcurrent.txt160 method public boolean isProfileableByShell();
/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java1929 boolean isProfileableByShell = app.info.isProfileableByShell();
1936 isProfileableByShell |= clientInfo.isProfileableByShell();
1961 if (isProfileableByShell) {
DActivityManagerService.java7618 boolean isAppProfileable = app.isProfileableByShell(); in setProfileApp()
7623 isAppProfileable |= sdkSandboxClientApp.isProfileableByShell(); in setProfileApp()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java2629 public boolean isProfileableByShell() { in isProfileableByShell() method in ApplicationInfo
/frameworks/base/services/core/java/com/android/server/pm/parsing/
DPackageInfoUtils.java988 … | flag(pkg.isProfileableByShell(), ApplicationInfo.PRIVATE_FLAG_PROFILEABLE_BY_SHELL) in appInfoPrivateFlags()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskSupervisor.java709 && (!debuggable && !aInfo.applicationInfo.isProfileableByShell()))) { in resolveActivity()
/frameworks/base/core/java/com/android/internal/pm/parsing/pkg/
DPackageImpl.java1740 public boolean isProfileableByShell() { in isProfileableByShell() method in PackageImpl
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java3825 if (!packageLite.isDebuggable() && !packageLite.isProfileableByShell()) {
DSettings.java3084 sb.append(ps.getPkg().isProfileableByShell() ? "1" : "0");
/frameworks/base/boot/
Dboot-image-profile.txt4348 HSPLandroid/content/pm/ApplicationInfo;->isProfileableByShell()Z
/frameworks/base/config/
Dboot-image-profile.txt4351 HSPLandroid/content/pm/ApplicationInfo;->isProfileableByShell()Z
/frameworks/base/core/api/
Dcurrent.txt12163 method public boolean isProfileableByShell();