Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/parsing/
DApkLiteParseUtils.java443 boolean profilableByShell = false; in parseApkLite()
515 profilableByShell = parser.getAttributeBooleanValue( in parseApkLite()
516 ANDROID_RES_NAMESPACE, "shell", profilableByShell); in parseApkLite()
643 coreApp, debuggable, profilableByShell, multiArch, use32bitAbi, in parseApkLite()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java421 public final boolean profilableByShell; field in PackageParser.PackageLite
452 this.profilableByShell = baseApk.profilableByShell; in PackageLite()
491 public final boolean profilableByShell; field in PackageParser.ApkLite
509 boolean debuggable, boolean profilableByShell, boolean multiArch, in ApkLite() argument
528 this.profilableByShell = profilableByShell; in ApkLite()
1635 boolean profilableByShell = false; in parseApkLite()
1774 profilableByShell, multiArch, use32bitAbi, useEmbeddedDex, extractNativeLibs, in parseApkLite()