Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/parsing/
H A DApkLite.java92 private final boolean mProfileableByShell; field in ApkLite
169 mProfileableByShell = profileableByShell; in ApkLite()
387 return mProfileableByShell; in isProfileableByShell()
H A DPackageLite.java102 private final boolean mProfileableByShell; field in PackageLite
137 mProfileableByShell = baseApk.isProfileableByShell(); in PackageLite()
397 return mProfileableByShell; in isProfileableByShell()