HomeSort by relevance Sort by last modified time
    Searched refs:isAfterLast (Results 1 - 21 of 21) sorted by null

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowAbstractCursorTest.java 102 assertThat(cursor.isAfterLast()).isTrue();
194 assertThat(cursor.isAfterLast()).isTrue();
201 assertThat(cursor.isAfterLast()).isFalse();
203 assertThat(cursor.isAfterLast()).isTrue();
ShadowMergeCursorTest.java 133 assertThat(cursor.isAfterLast()).isFalse();
136 assertThat(cursor.isAfterLast()).isTrue();
SQLiteDatabaseTest.java 311 assertThat(cursor.isAfterLast()).isTrue();
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java 273 // Test moveToLast, isLast, moveToPrevius, isAfterLast.
277 assertFalse(mDatabaseCursor.isAfterLast());
280 assertTrue(mDatabaseCursor.isAfterLast());
282 assertTrue(mDatabaseCursor.isAfterLast());
304 assertFalse(mDatabaseCursor.isAfterLast());
307 assertTrue(mDatabaseCursor.isAfterLast());
310 assertFalse(mDatabaseCursor.isAfterLast());
CursorWrapperTest.java 228 // Test isLast and isAfterLast
231 assertTrue(cursorWrapper.isAfterLast());
246 assertTrue(cursorWrapper.isAfterLast());
DatabaseCursorTest.java 210 for (testCursor.moveToFirst(), i = 0; !testCursor.isAfterLast();
243 for (testCursor.moveToFirst(), i = 0; !testCursor.isAfterLast();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
BaseCursor.java 71 public boolean isAfterLast() {
RoboCursor.java 152 public boolean isAfterLast() {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowCursorWrapper.java 82 public boolean isAfterLast() {
83 return wrappedCursor.isAfterLast();
  /developers/build/prebuilts/gradle/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/db/
LocationDbHelper.java 133 while (!cursor.isAfterLast()) {
  /developers/samples/android/wearable/wear/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/db/
LocationDbHelper.java 133 while (!cursor.isAfterLast()) {
  /development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/
LocationDbHelper.java 133 while (!cursor.isAfterLast()) {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/fakes/
RoboCursorTest.java 204 assertThat(cursor.isAfterLast()).isFalse();
206 assertThat(cursor.isAfterLast()).isTrue();
  /cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
DeviceEvent.java 214 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) {
  /cts/tests/tests/provider/src/android/provider/cts/
SmsBackupRestoreTest.java 172 for (mmsCursor.moveToFirst(); !mmsCursor.isAfterLast(); mmsCursor.moveToNext()) {
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
CapabilityPolling.java 498 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) {
599 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) {
    [all...]
EABContactManager.java 702 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) {
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 550 public boolean isAfterLast() throws SQLException {
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSet.java 780 public boolean isAfterLast() throws SQLException {
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
hibernate3.jar 

Completed in 4324 milliseconds