Searched refs:nativeGetParameterCount (Results 1 – 3 of 3) sorted by relevance
409 static jint nativeGetParameterCount(JNIEnv* env, jclass clazz, jlong connectionPtr, in nativeGetParameterCount() function902 (void*)nativeGetParameterCount },
138 private static native int nativeGetParameterCount(long connectionPtr, long statementPtr); in nativeGetParameterCount() method in SQLiteConnection1071 final int numParameters = nativeGetParameterCount(mConnectionPtr, statementPtr); in acquirePreparedStatement()
14548 Landroid/database/sqlite/SQLiteConnection;->nativeGetParameterCount(JJ)I