Searched refs:ClickableNotFound (Results 1 – 1 of 1) sorted by relevance
56 class ClickableNotFound extends Exception{ class in DeviceTest57 public ClickableNotFound(String s){ in ClickableNotFound() method in DeviceTest.ClickableNotFound119 } 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()