Searched refs:setAlarm (Results 1 – 1 of 1) sorted by relevance
75 setAlarm(2); in testDemo()93 private void setAlarm(int minutesFromNow) throws UiObjectNotFoundException { in setAlarm() method in SetTwoMinuteAlarm94 UiObject setAlarm = new UiObject(new UiSelector().textStartsWith("Alarm set")); in setAlarm() local95 if (!setAlarm.exists()) in setAlarm()96 setAlarm = new UiObject(new UiSelector().textStartsWith("Set alarm")); in setAlarm()97 setAlarm.click(); in setAlarm()