Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_database_SQLiteConnection.cpp339 static jint nativeGetParameterCount(JNIEnv* env, jclass clazz, jlong connectionPtr, in nativeGetParameterCount() function
824 (void*)nativeGetParameterCount },
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java131 private static native int nativeGetParameterCount(long connectionPtr, long statementPtr); in nativeGetParameterCount() method in SQLiteConnection
988 final int numParameters = nativeGetParameterCount(mConnectionPtr, statementPtr); in acquirePreparedStatement()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt17435 Landroid/database/sqlite/SQLiteConnection;->nativeGetParameterCount(JJ)I