Home
last modified time | relevance | path

Searched refs:mDebuggable (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/parsing/
H A DApkLite.java90 private final boolean mDebuggable; field in ApkLite
168 mDebuggable = debuggable; in ApkLite()
379 return mDebuggable; in isDebuggable()
H A DPackageLite.java94 private final boolean mDebuggable; field in PackageLite
128 mDebuggable = baseApk.isDebuggable(); in PackageLite()
365 return mDebuggable; in isDebuggable()
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp284 : mZipFile(zipFile), mDebuggable(debuggable), mCookie(cookie), mLastSlash(nullptr) { in NativeLibrariesIterator()
307 const char* lastSlash = util::ValidLibraryPathLastSlash(fileName, false, mDebuggable); in next()
332 const bool mDebuggable; member in android::NativeLibrariesIterator