Home
last modified time | relevance | path

Searched refs:is24HourLocale (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/
DAutoTimeFormatPreferenceControllerTest.java162 private boolean is24HourLocale = false; field in AutoTimeFormatPreferenceControllerTest.TestAutoTimeFormatPreferenceController
170 is24HourLocale = value; in setIs24HourLocale()
174 boolean is24HourLocale(Locale locale) { in is24HourLocale() method in AutoTimeFormatPreferenceControllerTest.TestAutoTimeFormatPreferenceController
175 return is24HourLocale; in is24HourLocale()
/packages/apps/Settings/src/com/android/settings/datetime/
DAutoTimeFormatPreferenceController.java72 is24Hour = is24HourLocale(mContext.getResources().getConfiguration().locale); in handlePreferenceTreeClick()
78 boolean is24HourLocale(Locale locale) { in is24HourLocale() method in AutoTimeFormatPreferenceController
79 return DateFormat.is24HourLocale(locale); in is24HourLocale()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datetime/
DAutoTimeFormatPreferenceController.java72 is24Hour = is24HourLocale(mContext.getResources().getConfiguration().locale); in handlePreferenceTreeClick()
78 boolean is24HourLocale(Locale locale) { in is24HourLocale() method in AutoTimeFormatPreferenceController
79 return DateFormat.is24HourLocale(locale); in is24HourLocale()