HomeSort by relevance Sort by last modified time
    Searched refs:nativeExecuteForChangedRowCount (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java 150 private static native int nativeExecuteForChangedRowCount(long connectionPtr, long statementPtr);
734 changedRows = nativeExecuteForChangedRowCount(
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 461 static jint nativeExecuteForChangedRowCount(JNIEnv* env, jclass clazz,
834 { "nativeExecuteForChangedRowCount", "(JJ)I",
835 (void*)nativeExecuteForChangedRowCount },
    [all...]

Completed in 67 milliseconds