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