Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_database_SQLiteConnection.cpp470 static jint nativeExecuteForChangedRowCount(JNIEnv* env, jclass clazz, in nativeExecuteForChangedRowCount() function
844 (void*)nativeExecuteForChangedRowCount },
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java151 … private static native int nativeExecuteForChangedRowCount(long connectionPtr, long statementPtr); in nativeExecuteForChangedRowCount() method in SQLiteConnection
735 changedRows = nativeExecuteForChangedRowCount( in executeForChangedRowCount()