Searched defs:setAlarm (Results 1 – 1 of 1) sorted by relevance
93 private void setAlarm(int minutesFromNow) throws UiObjectNotFoundException { in setAlarm() method in SetTwoMinuteAlarm94 UiObject setAlarm = new UiObject(new UiSelector().textStartsWith("Alarm set")); in setAlarm() local