Home
last modified time | relevance | path

Searched refs:nativeGetParameterCount (Results 1 – 2 of 2) 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.java129 private static native int nativeGetParameterCount(long connectionPtr, long statementPtr); in nativeGetParameterCount() method in SQLiteConnection
905 final int numParameters = nativeGetParameterCount(mConnectionPtr, statementPtr); in acquirePreparedStatement()