Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/
H A DChipbarCoordinatorTest.kt148 val contentDescView = getChipbarView().getInnerView() in displayView_contentDescription_iconHasDescription() constant
149 assertThat(contentDescView.contentDescription.toString()).contains("loadedCD") in displayView_contentDescription_iconHasDescription()
150 assertThat(contentDescView.contentDescription.toString()).contains("text") in displayView_contentDescription_iconHasDescription()
163 val contentDescView = getChipbarView().getInnerView() in displayView_contentDescription_iconHasNoDescription() constant
164 assertThat(contentDescView.contentDescription.toString()).isEqualTo("text") in displayView_contentDescription_iconHasNoDescription()
177 val contentDescView = getChipbarView().getInnerView() in displayView_contentDescription_endIsLoading() constant
179 assertThat(contentDescView.contentDescription.toString()).contains("text") in displayView_contentDescription_endIsLoading()
180 assertThat(contentDescView.contentDescription.toString()).contains(loadingDesc) in displayView_contentDescription_endIsLoading()
193 val contentDescView = getChipbarView().getInnerView() in displayView_contentDescription_endNotLoading() constant
195 assertThat(contentDescView.contentDescription.toString()).contains("text") in displayView_contentDescription_endNotLoading()
[all …]