Searched refs:is24HourLocale (Results 1 – 3 of 3) sorted by relevance
162 private boolean is24HourLocale = false; field in AutoTimeFormatPreferenceControllerTest.TestAutoTimeFormatPreferenceController170 is24HourLocale = value; in setIs24HourLocale()174 boolean is24HourLocale(Locale locale) { in is24HourLocale() method in AutoTimeFormatPreferenceControllerTest.TestAutoTimeFormatPreferenceController175 return is24HourLocale; in is24HourLocale()
72 is24Hour = is24HourLocale(mContext.getResources().getConfiguration().locale); in handlePreferenceTreeClick()78 boolean is24HourLocale(Locale locale) { in is24HourLocale() method in AutoTimeFormatPreferenceController79 return DateFormat.is24HourLocale(locale); in is24HourLocale()