Searched refs:isTwentyFourHourFormatEnabled (Results 1 – 3 of 3) sorted by relevance
93 boolean isTwentyFourHourFormatEnabled(); in isTwentyFourHourFormatEnabled() method
101 if (!mDateTimeSettingsHelper.get().isTwentyFourHourFormatEnabled()) { in testSetTwentyFourHourFormat()110 if (mDateTimeSettingsHelper.get().isTwentyFourHourFormatEnabled()) { in testSetTwelveHourFormat()
153 if (isTwentyFourHourFormatEnabled()) { in setTimeInTwelveHourFormat()192 if (!isTwentyFourHourFormatEnabled()) { in setTimeInTwentyFourHourFormat()362 public boolean isTwentyFourHourFormatEnabled() { in isTwentyFourHourFormatEnabled() method in SettingsDateTimeHelperImpl