Searched refs:nativeExecuteForLong (Results 1 – 3 of 3) sorted by relevance
573 static jlong nativeExecuteForLong(JNIEnv* env, jclass clazz, in nativeExecuteForLong() function924 (void*)nativeExecuteForLong },
157 private static native long nativeExecuteForLong(long connectionPtr, long statementPtr); in nativeExecuteForLong() method in SQLiteConnection773 long ret = nativeExecuteForLong(mConnectionPtr, statement.mStatementPtr); in executeForLong()
14542 Landroid/database/sqlite/SQLiteConnection;->nativeExecuteForLong(JJ)J