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