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

/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp461 static jint nativeExecuteForChangedRowCount(JNIEnv* env, jclass clazz, function in namespace:android
834 { "nativeExecuteForChangedRowCount", "(JJ)I",
835 (void*)nativeExecuteForChangedRowCount },
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java150 private static native int nativeExecuteForChangedRowCount(long connectionPtr, long statementPtr); method in class:SQLiteConnection
734 changedRows = nativeExecuteForChangedRowCount(

Completed in 32 milliseconds