Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0481/src/android/security/cts/CVE_2021_0481/
DDeviceTest.java56 class ClickableNotFound extends Exception{ class in DeviceTest
57 public ClickableNotFound(String s){ in ClickableNotFound() method in DeviceTest.ClickableNotFound
119 } catch (ClickableNotFound e){ in testUserPhotoSetUp()
128 private void searchAndClick(UiDevice mDevice, String name, int timeOut) throws ClickableNotFound { in searchAndClick()
152 throw new ClickableNotFound("\"" + name + "\" not found to click on"); in searchAndClick()