Searched refs:countAllRows (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_database_SQLiteQuery.cpp76 const bool countAllRows = (startPos == 0); // when startPos is 0, we count all rows local
77 while (!gotException && (!windowFull || countAllRows)) {
212 return countAllRows ? totalRows : 0;

Completed in 46 milliseconds