Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogDelegateTest.kt244 val seeAllButton = dialog.requireViewById<View>(R.id.see_all_button) in testOnDeviceUpdated_hideSeeAll_showPairNew() constant
250 assertThat(seeAllButton).isNotNull() in testOnDeviceUpdated_hideSeeAll_showPairNew()
251 assertThat(seeAllButton.visibility).isEqualTo(GONE) in testOnDeviceUpdated_hideSeeAll_showPairNew()