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

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

Completed in 34 milliseconds