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

  /frameworks/base/native/webview/loader/
loader.cpp 48 jint LIBLOAD_FAILED_JNI_CALL;
179 jint ret = LIBLOAD_FAILED_JNI_CALL;
225 LIBLOAD_FAILED_JNI_CALL = env->GetStaticIntField(
227 env->GetStaticFieldID(clazz, "LIBLOAD_FAILED_JNI_CALL", "I"));
  /frameworks/base/core/java/android/webkit/
WebViewFactory.java 82 public static final int LIBLOAD_FAILED_JNI_CALL = 7;

Completed in 115 milliseconds