Home
last modified time | relevance | path

Searched refs:timezone (Results 1 – 3 of 3) sorted by relevance

/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DBatteryStatsSummaryInfoParserTest.java89 String timezone = in testBatteryStatsSummaryInfoParser() local
95 timezone, timezone), in testBatteryStatsSummaryInfoParser()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java1212 protected void setTimezone(String timezone) { in setTimezone() argument
1213 mTimezone = timezone; in setTimezone()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1556 String timezone = getProperty("persist.sys.timezone"); in getDeviceTimezone() local
1557 if (timezone != null) { in getDeviceTimezone()
1558 return timezone.trim(); in getDeviceTimezone()
1574 String timezone = getDeviceTimezone(); in isNewer() local
1577 format.setTimeZone(TimeZone.getTimeZone(timezone)); in isNewer()