Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/vibrations/
DHasVibratorVerifierActivity.java74 Button yesButton = findViewById(R.id.yes_button); in onCreate() local
97 yesButton.setOnClickListener(v -> onYesButtonClicked()); in onCreate()
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DStorageTest.java152 UiSelector yesButton = new UiSelector().description("Yes"); in clearSpaceWatch() local
153 uiScrollable.scrollIntoView(yesButton); in clearSpaceWatch()
156 device.findObject(yesButton).click(); in clearSpaceWatch()