Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayStatusBarViewController.java73 private final DateFormatUtil mDateFormatUtil; field in DreamOverlayStatusBarViewController
174 mDateFormatUtil = dateFormatUtil; in DreamOverlayStatusBarViewController()
299 final String skeleton = mDateFormatUtil.is24HourFormat() ? "EHm" : "Ehma"; in buildAlarmContentDescription()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
H A DDreamOverlayStatusBarViewControllerTest.java99 DateFormatUtil mDateFormatUtil; field in DreamOverlayStatusBarViewControllerTest
146 mDateFormatUtil, in setup()
290 mDateFormatUtil, in testNotificationsIconNotShownWhenCountProviderAbsent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java129 private final DateFormatUtil mDateFormatUtil; field in PhoneStatusBarPolicy
249 mDateFormatUtil = dateFormatUtil; in PhoneStatusBarPolicy()
398 String skeleton = mDateFormatUtil.is24HourFormat() ? "EHm" : "Ehma"; in buildAlarmContentDescription()