Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/parsing/
DApkLite.java93 private final boolean mProfileableByShell; field in ApkLite
186 mProfileableByShell = profileableByShell; in ApkLite()
225 mProfileableByShell = false; in ApkLite()
446 return mProfileableByShell; in isProfileableByShell()
DPackageLite.java106 private final boolean mProfileableByShell; field in PackageLite
147 mProfileableByShell = baseApk.isProfileableByShell(); in PackageLite()
416 return mProfileableByShell; in isProfileableByShell()