Searched refs:nativeIsReadOnly (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java129 private static native boolean nativeIsReadOnly(long connectionPtr, long statementPtr); method in class:SQLiteConnection
893 final boolean readOnly = nativeIsReadOnly(mConnectionPtr, statementPtr);
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp335 static jboolean nativeIsReadOnly(JNIEnv* env, jclass clazz, jlong connectionPtr, function in namespace:android
806 { "nativeIsReadOnly", "(JJ)Z",
807 (void*)nativeIsReadOnly },

Completed in 1208 milliseconds