Home | History | Annotate | Download | only in settings

Lines Matching full:timezone

46 import java.util.TimeZone;
69 private TimeZone mSelectedTimeZone;
104 // Currently just comment out codes related to auto timezone.
114 final TimeZone tz = TimeZone.getDefault();
173 final TimeZone systemTimeZone = TimeZone.getDefault();
175 Log.i(TAG, "Another TimeZone is selected by a user. Changing system TimeZone.");
234 final TimeZone tz = ZonePicker.obtainTimeZoneFromItem(parent.getItemAtPosition(position));
260 * we'd then launch the timezone fragment in a new activity, but we aren't, and here