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.java371 boolean profilableByShell = false; in parseApkLite()
433 profilableByShell = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, in parseApkLite()
434 "shell", profilableByShell); in parseApkLite()
523 coreApp, debuggable, profilableByShell, multiArch, use32bitAbi, in parseApkLite()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java413 public final boolean profilableByShell; field in PackageParser.PackageLite
444 this.profilableByShell = baseApk.profilableByShell; in PackageLite()
483 public final boolean profilableByShell; field in PackageParser.ApkLite
501 boolean debuggable, boolean profilableByShell, boolean multiArch, in ApkLite() argument
520 this.profilableByShell = profilableByShell; in ApkLite()
1605 boolean profilableByShell = false; in parseApkLite()
1744 profilableByShell, multiArch, use32bitAbi, useEmbeddedDex, extractNativeLibs, in parseApkLite()