HomeSort by relevance Sort by last modified time
    Searched defs:timeFormatPreference (Results 1 - 3 of 3) sorted by null

  /packages/apps/Car/Settings/src/com/android/car/settings/datetime/
TimeFormatToggleLineItem.java 68 int timeFormatPreference =
72 timeFormatPreference);
  /packages/apps/Settings/src/com/android/settings/datetime/
TimeFormatPreferenceController.java 107 int timeFormatPreference;
109 timeFormatPreference = Intent.EXTRA_TIME_PREF_VALUE_USE_LOCALE_DEFAULT;
111 timeFormatPreference = is24Hour ? Intent.EXTRA_TIME_PREF_VALUE_USE_24_HOUR
114 timeChanged.putExtra(Intent.EXTRA_TIME_PREF_24_HOUR_FORMAT, timeFormatPreference);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DateTimeFragment.java 191 int timeFormatPreference =
194 timeChanged.putExtra(Intent.EXTRA_TIME_PREF_24_HOUR_FORMAT, timeFormatPreference);

Completed in 72 milliseconds