Searched defs:AM_PM_STYLE_GONE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java59 private static final int AM_PM_STYLE_GONE = 2; field in class:Clock
61 private static final int AM_PM_STYLE = AM_PM_STYLE_GONE;
189 if (AM_PM_STYLE == AM_PM_STYLE_GONE) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java62 private static final int AM_PM_STYLE_GONE = 2; field in class:PhoneStatusBarPolicy
64 private static final int AM_PM_STYLE = AM_PM_STYLE_GONE;

Completed in 128 milliseconds