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

  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
FrequentContactsCursorBuilderTest.java 83 final Cursor secondCursor = builder
88 verifyBuiltCursor(TestDataFactory.getFrequentContactListCursor(), secondCursor);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
SQLiteDatabaseTest.java 593 Cursor secondCursor = executeQuery(query + secondId);
594 assertThat(secondCursor.moveToNext()).isTrue();
599 assertThat(secondCursor.getString(0)).isEqualTo(stringValueB);
    [all...]

Completed in 199 milliseconds