Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp546 static jint nativeExecuteForChangedRowCount(JNIEnv* env, jclass clazz, in nativeExecuteForChangedRowCount() function
930 (void*)nativeExecuteForChangedRowCount },
/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java161 … private static native int nativeExecuteForChangedRowCount(long connectionPtr, long statementPtr); in nativeExecuteForChangedRowCount() method in SQLiteConnection
913 changedRows = nativeExecuteForChangedRowCount( in executeForChangedRowCount()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt14539 Landroid/database/sqlite/SQLiteConnection;->nativeExecuteForChangedRowCount(JJ)I