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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAbstractCursor.java22 protected int currentRowNumber = -1; field in class:ShadowAbstractCursor
52 return currentRowNumber;
67 * Set currentRowNumber(Int) and currentRow (Map)
72 currentRowNumber = pos;
73 if ((-1 == currentRowNumber) || (rowCount == currentRowNumber)) {
76 currentRow = rows.get(currentRowNumber);
82 if (currentRowNumber + 1 >= realAbstractCursor.getCount()) {
83 currentRowNumber = realAbstractCursor.getCount();
86 setPosition(++currentRowNumber);
[all...]
H A DShadowMatrixCursor.java80 if (currentRowNumber < 0) {
83 if (currentRowNumber >= rowCount) {
86 return data.get(currentRowNumber)[column];
H A DShadowSQLiteCursor.java163 if (-1 == currentRowNumber || getCount() == currentRowNumber) {
164 throw new IndexOutOfBoundsException(currentRowNumber + " " + getCount());
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 1277 milliseconds