Home
last modified time | relevance | path

Searched refs:profilableByShell (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/pm/parsing/
DApkLiteParseUtils.java305 boolean profilableByShell = false; in parseApkLite()
384 profilableByShell = true; in parseApkLite()
442 profilableByShell = attrs.getAttributeBooleanValue(i, profilableByShell); in parseApkLite()
463 coreApp, debuggable, profilableByShell, multiArch, use32bitAbi, in parseApkLite()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java465 public final boolean profilableByShell; field in PackageParser.ApkLite
480 boolean coreApp, boolean debuggable, boolean profilableByShell, boolean multiArch, in ApkLite() argument
498 this.profilableByShell = profilableByShell; in ApkLite()
1581 boolean profilableByShell = false; in parseApkLite()
1649 profilableByShell = true; in parseApkLite()
1707 profilableByShell = attrs.getAttributeBooleanValue(i, profilableByShell); in parseApkLite()
1727 profilableByShell, multiArch, use32bitAbi, useEmbeddedDex, extractNativeLibs, in parseApkLite()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java2307 if (!baseApk.debuggable && !baseApk.profilableByShell) { in validateApkInstallLocked()