Searched refs:JNI_LIB_NAME (Results 1 – 3 of 3) sorted by relevance
28 System.loadLibrary(JniLibName.JNI_LIB_NAME);30 Log.e(TAG, "Could not load native library " + JniLibName.JNI_LIB_NAME, ule);
24 public static final String JNI_LIB_NAME = "jni_latinime"; field in JniLibName