Searched defs:nativeExecuteForLong (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp487 static jlong nativeExecuteForLong(JNIEnv* env, jclass clazz, function in namespace:android
827 { "nativeExecuteForLong", "(II)J",
828 (void*)nativeExecuteForLong },
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java146 private static native long nativeExecuteForLong(int connectionPtr, int statementPtr); method in class:SQLiteConnection
591 return nativeExecuteForLong(mConnectionPtr, statement.mStatementPtr);

Completed in 9 milliseconds