Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_database_SQLiteConnection.cpp335 static jboolean nativeIsReadOnly(JNIEnv* env, jclass clazz, jlong connectionPtr, in nativeIsReadOnly() function
807 (void*)nativeIsReadOnly },
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java127 private static native boolean nativeIsReadOnly(long connectionPtr, long statementPtr); in nativeIsReadOnly() method in SQLiteConnection
891 final boolean readOnly = nativeIsReadOnly(mConnectionPtr, statementPtr); in acquirePreparedStatement()