Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/parsing/
DApkLite.java91 private final boolean mDebuggable; field in ApkLite
185 mDebuggable = debuggable; in ApkLite()
224 mDebuggable = false; in ApkLite()
438 return mDebuggable; in isDebuggable()
DPackageLite.java98 private final boolean mDebuggable; field in PackageLite
138 mDebuggable = baseApk.isDebuggable(); in PackageLite()
384 return mDebuggable; in isDebuggable()
/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp329 : mZipFile(zipFile), mDebuggable(debuggable), mCookie(cookie), mLastSlash(nullptr) { in NativeLibrariesIterator()
362 const char* lastSlash = util::ValidLibraryPathLastSlash(fileName, false, mDebuggable); in next()
387 const bool mDebuggable; member in android::NativeLibrariesIterator