Searched refs:contentDescView (Results 1 – 1 of 1) sorted by relevance
148 val contentDescView = getChipbarView().getInnerView() in displayView_contentDescription_iconHasDescription() constant149 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() constant164 assertThat(contentDescView.contentDescription.toString()).isEqualTo("text") in displayView_contentDescription_iconHasNoDescription()177 val contentDescView = getChipbarView().getInnerView() in displayView_contentDescription_endIsLoading() constant179 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() constant195 assertThat(contentDescView.contentDescription.toString()).contains("text") in displayView_contentDescription_endNotLoading()[all …]