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

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

Completed in 92 milliseconds