Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/statusbar/ui/
DAmbientStatusBarViewController.java73 private final DateFormatUtil mDateFormatUtil; field in AmbientStatusBarViewController
153 mDateFormatUtil = dateFormatUtil; in AmbientStatusBarViewController()
289 final String skeleton = mDateFormatUtil.is24HourFormat() ? "EHm" : "Ehma"; in buildAlarmContentDescription()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/statusbar/ui/
DAmbientStatusBarViewControllerTest.java91 DateFormatUtil mDateFormatUtil; field in AmbientStatusBarViewControllerTest
140 mDateFormatUtil, in setup()
267 mDateFormatUtil, in testNotificationsIconNotShownWhenCountProviderAbsent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java131 private final DateFormatUtil mDateFormatUtil; field in PhoneStatusBarPolicy
251 mDateFormatUtil = dateFormatUtil; in PhoneStatusBarPolicy()
403 String skeleton = mDateFormatUtil.is24HourFormat() ? "EHm" : "Ehma"; in buildAlarmContentDescription()