Searched refs:newZone (Results 1 – 2 of 2) sorted by relevance
65 String newZone = TimeZone.getDefault().getID(); in testSetTimeZonePermissions() local68 newZone); in testSetTimeZonePermissions()
2119 TimeZone newZone = TimeZone.getTimeZone(tzId); in setTimeZoneImpl() local2129 final int gmtOffset = newZone.getOffset(mInjector.getCurrentTimeMillis()); in setTimeZoneImpl()2132 final ZoneRules rules = newZone.toZoneId().getRules(); in setTimeZoneImpl()2160 intent.putExtra(Intent.EXTRA_TIMEZONE, newZone.getID()); in setTimeZoneImpl()