Home
last modified time | relevance | path

Searched refs:nativeGetColumnCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/
Dandroid_database_SQLiteConnection.cpp423 static jint nativeGetColumnCount(JNIEnv* env, jclass clazz, jlong connectionPtr, in nativeGetColumnCount() function
900 (void*)nativeGetColumnCount },
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java141 private static native int nativeGetColumnCount(long connectionPtr, long statementPtr); in nativeGetColumnCount() method in SQLiteConnection
660 final int columnCount = nativeGetColumnCount( in prepare()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt17423 Landroid/database/sqlite/SQLiteConnection;->nativeGetColumnCount(JJ)I