Searched refs:incrementHour (Results 1 - 1 of 1) sorted by relevance

/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/common/helpers/
H A DTimePickerHelper.java48 public static void incrementHour() throws UiObjectNotFoundException { method in class:TimePickerHelper
49 incrementHour(1);
52 public static void incrementHour(int count) throws UiObjectNotFoundException { method in class:TimePickerHelper
140 incrementHour(calHour - tpHour);
147 incrementHour(calHour - tpHour + 12);

Completed in 474 milliseconds