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

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAbstractCursorTest.java136 assertThat(cursor.moveToPrevious(), equalTo(true));
145 assertThat(cursor.moveToPrevious(), equalTo(true));
147 assertThat(cursor.moveToPrevious(), equalTo(false));
160 cursor.moveToPrevious();
171 cursor.moveToPrevious();
185 cursor.moveToPrevious();
187 cursor.moveToPrevious();
189 cursor.moveToPrevious();
202 cursor.moveToPrevious();
204 cursor.moveToPrevious();
[all...]
H A DSQLiteCursorTest.java177 assertThat(cursor.moveToPrevious(), equalTo(true));
187 assertThat(cursor.moveToPrevious(), equalTo(true));
189 assertThat(cursor.moveToPrevious(), equalTo(false));
197 assertThat(cursor.moveToPrevious(), equalTo(false));
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowAbstractCursorTest.java131 assertThat(cursor.moveToPrevious()).isTrue();
140 assertThat(cursor.moveToPrevious()).isFalse();
153 cursor.moveToPrevious();
164 cursor.moveToPrevious();
178 cursor.moveToPrevious();
180 cursor.moveToPrevious();
182 cursor.moveToPrevious();
195 cursor.moveToPrevious();
197 cursor.moveToPrevious();
H A DSQLiteCursorTest.java172 assertThat(cursor.moveToPrevious()).isTrue();
182 assertThat(cursor.moveToPrevious()).isFalse();
190 assertThat(cursor.moveToPrevious()).isFalse();
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowCursorWrapper.java54 public boolean moveToPrevious() { method in class:ShadowCursorWrapper
55 return wrappedCursor.moveToPrevious();
H A DShadowAbstractCursor.java91 public boolean moveToPrevious() { method in class:ShadowAbstractCursor
H A DShadowSQLiteCursor.java90 public boolean moveToPrevious() { method in class:ShadowSQLiteCursor
91 return super.moveToPrevious();
229 //ResultSets in SQLite\Android are only TYPE_FORWARD_ONLY. Android caches results in the WindowedCursor to allow moveToPrevious() to function.
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/database/
H A DTestCursor.java48 public boolean moveToPrevious() { method in class:TestCursor
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
H A DBaseCursor.java51 public boolean moveToPrevious() { method in class:BaseCursor
H A DRoboCursor.java173 @Override public boolean moveToPrevious() { method in class:RoboCursor
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowCursorWrapper.java62 public boolean moveToPrevious() { method in class:ShadowCursorWrapper
63 return wrappedCursor.moveToPrevious();
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1594 milliseconds