Home
last modified time | relevance | path

Searched refs:nativeExecuteForLong (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dandroid_database_SQLiteConnection.cpp488 static jlong nativeExecuteForLong(JNIEnv* env, jclass clazz, in nativeExecuteForLong() function
829 (void*)nativeExecuteForLong },
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java146 private static native long nativeExecuteForLong(int connectionPtr, int statementPtr); in nativeExecuteForLong() method in SQLiteConnection
598 return nativeExecuteForLong(mConnectionPtr, statement.mStatementPtr); in executeForLong()