Home
last modified time | relevance | path

Searched refs:getCurrentTimezone (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/apps/Calendar/tests/src/com/android/calendar/widget/
H A DCalendarAppWidgetServiceTest.java101 .getCurrentTimezone()); in testGetAppWidgetModel_1Event()
122 getContext(), cursor, Time.getCurrentTimezone()); in testGetAppWidgetModel_1Event()
131 .getCurrentTimezone()); in testGetAppWidgetModel_AllDayEventLater()
171 context, cursor, Time.getCurrentTimezone()); in testGetAppWidgetModel_AllDayEventLater()
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarUtils.java63 private volatile static String mHomeTZ = Time.getCurrentTimezone();
275 mHomeTZ = prefs.getString(KEY_HOME_TZ, Time.getCurrentTimezone()); in getTimeZone()
297 return mUseHomeTZ ? mHomeTZ : Time.getCurrentTimezone(); in getTimeZone()
H A DGeneralPreferences.java186 mTimeZoneId = prefs.getString(KEY_HOME_TZ, Time.getCurrentTimezone()); in onCreate()
H A DAllInOneActivity.java905 && !TextUtils.equals(mTimeZone, Time.getCurrentTimezone())) { in updateSecondaryTitleFields()
/aosp12/packages/apps/Calendar/tests/src/com/android/calendar/
H A DUtilsTests.java94 private static final String DEFAULT_TIMEZONE = Time.getCurrentTimezone();
143 Time.getCurrentTimezone()); in createTimeInMillis()
188 setTimezone(Time.getCurrentTimezone()); in tearDown()
/aosp12/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlarmScheduler.java208 Time.getCurrentTimezone()); in queryNextReminderAndSchedule()
/aosp12/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleWeekView.java159 protected String mTimeZone = Time.getCurrentTimezone();
H A DSimpleDayPickerFragment.java165 String tz = Time.getCurrentTimezone(); in onAttach()
/aosp12/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetModel.java271 mShowTZ = !TextUtils.equals(timeZone, Time.getCurrentTimezone()); in buildFromCursor()
/aosp12/frameworks/base/core/tests/coretests/src/android/text/format/
H A DTimeTest.java330 String r = Time.getCurrentTimezone(); in testGetCurrentTimezone0()
/aosp12/frameworks/base/core/java/android/text/format/
H A DTime.java684 public static String getCurrentTimezone() { in getCurrentTimezone() method in Time
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt44704 method @Deprecated public static String getCurrentTimezone();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt30125 method public static java.lang.String getCurrentTimezone();