Searched refs:timezone (Results 1 – 5 of 5) sorted by relevance
79 void setTimeZone(String timezone); in setTimeZone() argument
234 String getCurrentTimeWithTimeZone(String timezone); in getCurrentTimeWithTimeZone() argument
136 public void setTimeZone(String timezone) { in setTimeZone() argument138 mDateTimeSettingsHelper.get().setTimeZone(timezone); in setTimeZone()
415 public void setTimeZone(String timezone) { in setTimeZone() argument433 BySelector selector = By.clickable(true).hasDescendant(By.text(timezone)); in setTimeZone()458 String.format("Scroll on date & time to find %s", timezone)); in setTimeZone()460 .validateUiObject(object, String.format("Unable to find timezone %s", timezone)); in setTimeZone()
393 public String getCurrentTimeWithTimeZone(String timezone) { in getCurrentTimeWithTimeZone() argument394 ZonedDateTime currentTimeInZone = ZonedDateTime.now(ZoneId.of(timezone)); in getCurrentTimeWithTimeZone()