Searched refs:EXTRA_TIMEZONE (Results 1 – 9 of 9) sorted by relevance
182 final String timeZone = intent.getStringExtra(Intent.EXTRA_TIMEZONE);
253 String tz = intent.getStringExtra(Intent.EXTRA_TIMEZONE);
1856 timezoneFirst.putExtra(Intent.EXTRA_TIMEZONE, "GMT+5");1860 timezoneSecond.putExtra(Intent.EXTRA_TIMEZONE, "GMT-5");
1836 MSG_TIMEZONE_UPDATE, intent.getStringExtra(Intent.EXTRA_TIMEZONE));
6517 public static final String EXTRA_TIMEZONE = "time-zone"; field in Intent
3589 assertEquals("UTC", intentCaptor.getValue().getStringExtra(Intent.EXTRA_TIMEZONE));
2256 intent.putExtra(Intent.EXTRA_TIMEZONE, newZone.getID()); in setTimeZoneImpl()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
11073 field public static final String EXTRA_TIMEZONE = "time-zone";