Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/panel/
H A 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()
/aosp12/packages/apps/Settings/src/com/android/settings/panel/
H A DPanelSlicesLoaderCountdownLatch.java72 public boolean isPanelReadyToLoad() { in isPanelReadyToLoad() method in PanelSlicesLoaderCountdownLatch
H A DPanelFragment.java398 if (mPanelSlicesLoaderCountdownLatch.isPanelReadyToLoad()) { in loadPanelWhenReady()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/panel/
H A DPanelFragmentTest.java109 assertThat(countdownLatch.isPanelReadyToLoad()).isTrue(); in onCreateView_countdownLatch_setup()