Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_database_SQLiteConnection.cpp409 static jint nativeGetParameterCount(JNIEnv* env, jclass clazz, jlong connectionPtr, in nativeGetParameterCount() function
896 (void*)nativeGetParameterCount },
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java139 private static native int nativeGetParameterCount(long connectionPtr, long statementPtr); in nativeGetParameterCount() method in SQLiteConnection
1049 final int numParameters = nativeGetParameterCount(mConnectionPtr, statementPtr); in acquirePreparedStatement()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt17426 Landroid/database/sqlite/SQLiteConnection;->nativeGetParameterCount(JJ)I