Searched refs:getManagedCursors (Results 1 – 2 of 2) sorted by relevance
600 assertThat(shadow.getManagedCursors()).isNotNull(); in startAndStopManagingCursorTracksCursors()601 assertThat(shadow.getManagedCursors().size()).isEqualTo(0); in startAndStopManagingCursorTracksCursors()606 assertThat(shadow.getManagedCursors()).isNotNull(); in startAndStopManagingCursorTracksCursors()607 assertThat(shadow.getManagedCursors().size()).isEqualTo(1); in startAndStopManagingCursorTracksCursors()608 assertThat(shadow.getManagedCursors().get(0)).isSameInstanceAs(c); in startAndStopManagingCursorTracksCursors()612 assertThat(shadow.getManagedCursors()).isNotNull(); in startAndStopManagingCursorTracksCursors()613 assertThat(shadow.getManagedCursors().size()).isEqualTo(0); in startAndStopManagingCursorTracksCursors()
713 public List<Cursor> getManagedCursors() { in getManagedCursors() method in ShadowActivity