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