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