Home
last modified time | relevance | path

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

/cts/tests/tests/companion/uicommon/src/android/companion/cts/uicommon/
DCompanionDeviceManagerUi.kt78 fun clickNegativeButton() = click(NEGATIVE_BUTTON, "Negative button") in waitUntilPositiveButtonIsEnabledAndClick()
140 private val NEGATIVE_BUTTON = By.copy(CLICKABLE_BUTTON).res(PACKAGE_NAME, "btn_negative") in click() constant