OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:realAbstractCursor
(Results
1 - 7
of
7
) sorted by null
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAbstractCursor.java
19
private AbstractCursor
realAbstractCursor
;
38
return
realAbstractCursor
.getCount() > 0;
43
if(
realAbstractCursor
.getCount() == 0 ) {
46
setPosition(
realAbstractCursor
.getCount() - 1 );
58
if (pos >=
realAbstractCursor
.getCount()) {
82
if (currentRowNumber + 1 >=
realAbstractCursor
.getCount()) {
83
currentRowNumber =
realAbstractCursor
.getCount();
92
if (currentRowNumber < 0 ||
realAbstractCursor
.getCount() == 0) {
140
return currentRowNumber ==
realAbstractCursor
.getCount() - 1;
150
return currentRowNumber >=
realAbstractCursor
.getCount()
[
all
...]
/external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar
shadows-core-3.1-SNAPSHOT-17.jar
shadows-core-3.1-SNAPSHOT-18.jar
shadows-core-3.1-SNAPSHOT-19.jar
shadows-core-3.1-SNAPSHOT-21.jar
shadows-core-3.1-SNAPSHOT-22.jar
Completed in 52 milliseconds