Home
last modified time | relevance | path

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

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