Home
last modified time | relevance | path

Searched refs:isPanelReadyToLoad (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/panel/
DPanelSlicesLoaderCountdownLatchTest.java69 assertThat(mSliceCountdownLatch.isPanelReadyToLoad()).isFalse(); in markSliceLoaded_onlyCountsDownUniqueUris()
78 assertThat(mSliceCountdownLatch.isPanelReadyToLoad()).isTrue(); in areSlicesReadyToLoad_allSlicesLoaded_returnsTrue()
88 assertThat(mSliceCountdownLatch.isPanelReadyToLoad()).isTrue(); in areSlicesReadyToLoad_onlyReturnsTrueOnce()
90 assertThat(mSliceCountdownLatch.isPanelReadyToLoad()).isFalse(); in areSlicesReadyToLoad_onlyReturnsTrueOnce()
DPanelFragmentTest.java111 assertThat(countdownLatch.isPanelReadyToLoad()).isTrue(); in onCreateView_countdownLatch_setup()
/packages/apps/Settings/src/com/android/settings/panel/
DPanelSlicesLoaderCountdownLatch.java72 public boolean isPanelReadyToLoad() { in isPanelReadyToLoad() method in PanelSlicesLoaderCountdownLatch
DPanelFragment.java350 if (mPanelSlicesLoaderCountdownLatch.isPanelReadyToLoad()) { in loadPanelWhenReady()