Searched refs:nativeExecuteForLong (Results 1 – 2 of 2) sorted by relevance
488 static jlong nativeExecuteForLong(JNIEnv* env, jclass clazz, in nativeExecuteForLong() function829 (void*)nativeExecuteForLong },
146 private static native long nativeExecuteForLong(int connectionPtr, int statementPtr); in nativeExecuteForLong() method in SQLiteConnection598 return nativeExecuteForLong(mConnectionPtr, statement.mStatementPtr); in executeForLong()