/frameworks/base/core/java/android/content/pm/parsing/ |
D | PackageLite.java | 147 mProfileableByShell = baseApk.isProfileableByShell(); in PackageLite() 415 public boolean isProfileableByShell() { in isProfileableByShell() method in PackageLite
|
D | ApkLite.java | 445 public boolean isProfileableByShell() { in isProfileableByShell() method in ApkLite
|
/frameworks/base/core/java/com/android/internal/pm/parsing/ |
D | AppInfoUtils.java | 71 … | flag(pkg.isProfileableByShell(), ApplicationInfo.PRIVATE_FLAG_PROFILEABLE_BY_SHELL) in appInfoPrivateFlags()
|
/frameworks/base/core/java/com/android/server/pm/pkg/ |
D | AndroidPackage.java | 559 boolean isProfileableByShell(); in isProfileableByShell() method
|
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/ |
D | ParsingPackage.java | 538 boolean isProfileableByShell(); in isProfileableByShell() method
|
D | ParsingPackageUtils.java | 2775 ParsingPackage newPkg = pkg.setProfileableByShell(pkg.isProfileableByShell()
|
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/ |
D | AndroidPackageTest.kt | 251 AndroidPackage::isProfileableByShell, in <lambda>()
|
/frameworks/base/services/api/ |
D | current.txt | 160 method public boolean isProfileableByShell();
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessList.java | 1929 boolean isProfileableByShell = app.info.isProfileableByShell(); 1936 isProfileableByShell |= clientInfo.isProfileableByShell(); 1961 if (isProfileableByShell) {
|
D | ActivityManagerService.java | 7618 boolean isAppProfileable = app.isProfileableByShell(); in setProfileApp() 7623 isAppProfileable |= sdkSandboxClientApp.isProfileableByShell(); in setProfileApp()
|
/frameworks/base/core/java/android/content/pm/ |
D | ApplicationInfo.java | 2629 public boolean isProfileableByShell() { in isProfileableByShell() method in ApplicationInfo
|
/frameworks/base/services/core/java/com/android/server/pm/parsing/ |
D | PackageInfoUtils.java | 988 … | flag(pkg.isProfileableByShell(), ApplicationInfo.PRIVATE_FLAG_PROFILEABLE_BY_SHELL) in appInfoPrivateFlags()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityTaskSupervisor.java | 709 && (!debuggable && !aInfo.applicationInfo.isProfileableByShell()))) { in resolveActivity()
|
/frameworks/base/core/java/com/android/internal/pm/parsing/pkg/ |
D | PackageImpl.java | 1740 public boolean isProfileableByShell() { in isProfileableByShell() method in PackageImpl
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerSession.java | 3825 if (!packageLite.isDebuggable() && !packageLite.isProfileableByShell()) {
|
D | Settings.java | 3084 sb.append(ps.getPkg().isProfileableByShell() ? "1" : "0");
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 4348 HSPLandroid/content/pm/ApplicationInfo;->isProfileableByShell()Z
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 4351 HSPLandroid/content/pm/ApplicationInfo;->isProfileableByShell()Z
|
/frameworks/base/core/api/ |
D | current.txt | 12163 method public boolean isProfileableByShell();
|