Searched refs:EXTRA_TIMEZONE (Results 1 – 9 of 9) sorted by relevance
182 final String timeZone = intent.getStringExtra(Intent.EXTRA_TIMEZONE);
254 String tz = intent.getStringExtra(Intent.EXTRA_TIMEZONE);
1678 timezoneFirst.putExtra(Intent.EXTRA_TIMEZONE, "GMT+5");1682 timezoneSecond.putExtra(Intent.EXTRA_TIMEZONE, "GMT-5");
1683 MSG_TIMEZONE_UPDATE, intent.getStringExtra(Intent.EXTRA_TIMEZONE));
3374 assertEquals("UTC", intentCaptor.getValue().getStringExtra(Intent.EXTRA_TIMEZONE));
6784 public static final String EXTRA_TIMEZONE = "time-zone"; field in Intent
2160 intent.putExtra(Intent.EXTRA_TIMEZONE, newZone.getID()); in setTimeZoneImpl()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
11430 field public static final String EXTRA_TIMEZONE = "time-zone";