Searched refs:isTwentyFourHourFormatEnabled (Results 1 – 3 of 3) sorted by relevance
93 boolean isTwentyFourHourFormatEnabled(); in isTwentyFourHourFormatEnabled() method
96 if (!mDateTimeSettingsHelper.get().isTwentyFourHourFormatEnabled()) { in testSetTwentyFourHourFormat()105 if (mDateTimeSettingsHelper.get().isTwentyFourHourFormatEnabled()) { in testSetTwelveHourFormat()
201 if (isTwentyFourHourFormatEnabled()) { in setTimeInTwelveHourFormat()240 if (!isTwentyFourHourFormatEnabled()) { in setTimeInTwentyFourHourFormat()494 public boolean isTwentyFourHourFormatEnabled() { in isTwentyFourHourFormatEnabled() method in SettingsDateTimeHelperImpl