Searched refs:getManagedCursors (Results 1 – 2 of 2) sorted by relevance
599 assertThat(shadow.getManagedCursors()).isNotNull(); in startAndStopManagingCursorTracksCursors()600 assertThat(shadow.getManagedCursors().size()).isEqualTo(0); in startAndStopManagingCursorTracksCursors()605 assertThat(shadow.getManagedCursors()).isNotNull(); in startAndStopManagingCursorTracksCursors()606 assertThat(shadow.getManagedCursors().size()).isEqualTo(1); in startAndStopManagingCursorTracksCursors()607 assertThat(shadow.getManagedCursors().get(0)).isSameAs(c); in startAndStopManagingCursorTracksCursors()611 assertThat(shadow.getManagedCursors()).isNotNull(); in startAndStopManagingCursorTracksCursors()612 assertThat(shadow.getManagedCursors().size()).isEqualTo(0); in startAndStopManagingCursorTracksCursors()
675 public List<Cursor> getManagedCursors() { in getManagedCursors() method in ShadowActivity