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