Searched refs:isSliceLoaded (Results 1 – 3 of 3) sorted by relevance
54 assertThat(mSliceCountdownLatch.isSliceLoaded(URIS[0])).isFalse(); in hasLoaded_newObject_returnsFalse()61 assertThat(mSliceCountdownLatch.isSliceLoaded(URIS[0])).isTrue(); in hasLoaded_markSliceLoaded_returnsTrue()
68 public boolean isSliceLoaded(Uri uri) { in isSliceLoaded() method in PanelSlicesLoaderCountdownLatch
348 if (mPanelSlicesLoaderCountdownLatch.isSliceLoaded(uri)) { in loadAllSlices()