HomeSort by relevance Sort by last modified time
    Searched refs:NO_NATIVE_LIBRARIES (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/com/android/internal/content/
NativeLibraryHelper.java 21 import static android.content.pm.PackageManager.NO_NATIVE_LIBRARIES;
187 * ABI is found, {@link PackageManager#NO_NATIVE_LIBRARIES} if the
192 int finalRes = NO_NATIVE_LIBRARIES;
195 if (res == NO_NATIVE_LIBRARIES) {
336 int copyRet = PackageManager.NO_NATIVE_LIBRARIES;
340 if (copyRet < 0 && copyRet != PackageManager.NO_NATIVE_LIBRARIES &&
350 if (copyRet < 0 && copyRet != PackageManager.NO_NATIVE_LIBRARIES &&
373 if (copyRet < 0 && copyRet != PackageManager.NO_NATIVE_LIBRARIES) {
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 68 NO_NATIVE_LIBRARIES = -114
455 int status = NO_NATIVE_LIBRARIES;
460 if (status == NO_NATIVE_LIBRARIES) {
  /frameworks/base/core/java/android/content/pm/
PackageManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 

Completed in 133 milliseconds