Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_database_SQLiteConnection.cpp353 static jint nativeGetColumnCount(JNIEnv* env, jclass clazz, jlong connectionPtr, in nativeGetColumnCount() function
828 (void*)nativeGetColumnCount },
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java133 private static native int nativeGetColumnCount(long connectionPtr, long statementPtr); in nativeGetColumnCount() method in SQLiteConnection
599 final int columnCount = nativeGetColumnCount( in prepare()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt17432 Landroid/database/sqlite/SQLiteConnection;->nativeGetColumnCount(JJ)I