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

/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp692 int totalRows = 0; local
699 LOG_WINDOW("Stepped statement %p to row %d", statement, totalRows);
701 totalRows += 1;
704 if (startPos >= totalRows || windowFull) {
751 statement, totalRows, addedRows, window->size() - window->freeSpace());
755 if (startPos > totalRows) {
756 ALOGE("startPos %d > actual rows %d", startPos, totalRows);
758 jlong result = jlong(startPos) << 32 | jlong(totalRows);

Completed in 868 milliseconds