HomeSort by relevance Sort by last modified time
    Searched full:incrementyear (Results 1 - 1 of 1) sorted by null

  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/common/helpers/
DatePickerHelper.java 82 public static void incrementYear() throws UiObjectNotFoundException {
83 incrementYear(1);
86 public static void incrementYear(int count) throws UiObjectNotFoundException {
165 incrementYear(calYear - dpYear);

Completed in 117 milliseconds