Searched refs:nativeIsEnabled (Results 1 – 2 of 2) sorted by relevance
29 static jboolean nativeIsEnabled(JNIEnv* env, jobject clazz) { in nativeIsEnabled() function65 {{"nativeIsEnabled", "()Z", (void*)nativeIsEnabled},
242 return nativeIsEnabled(); in isFeatureEnabled()251 return nativeIsEnabled() ? nativeIsV2Available() ? 2 : 1 : 0; in getVersion()411 private static native boolean nativeIsEnabled(); in nativeIsEnabled() method in IncrementalManager