Searched defs:NO_NATIVE_LIBRARIES (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java768 public static final int NO_NATIVE_LIBRARIES = -114; field in class:PackageManager
/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp68 NO_NATIVE_LIBRARIES = -114 enumerator in enum:android::install_status_t
434 int status = NO_NATIVE_LIBRARIES;
439 if (status == NO_NATIVE_LIBRARIES) {

Completed in 190 milliseconds