Home
last modified time | relevance | path

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

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