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.java85 private final boolean mProfileableByShell; field in ApkLite
137 mProfileableByShell = profileableByShell; in ApkLite()
328 return mProfileableByShell; in isProfileableByShell()
DPackageLite.java94 private final boolean mProfileableByShell; field in PackageLite
123 mProfileableByShell = baseApk.isProfileableByShell(); in PackageLite()
347 return mProfileableByShell; in isProfileableByShell()