Searched refs:timezone (Results 1 – 3 of 3) sorted by relevance
89 String timezone = in testBatteryStatsSummaryInfoParser() local95 timezone, timezone), in testBatteryStatsSummaryInfoParser()
1212 protected void setTimezone(String timezone) { in setTimezone() argument1213 mTimezone = timezone; in setTimezone()
1556 String timezone = getProperty("persist.sys.timezone"); in getDeviceTimezone() local1557 if (timezone != null) { in getDeviceTimezone()1558 return timezone.trim(); in getDeviceTimezone()1574 String timezone = getDeviceTimezone(); in isNewer() local1577 format.setTimeZone(TimeZone.getTimeZone(timezone)); in isNewer()