Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/element/
DCarSystemBarElementFlags.java46 static final int DISABLE_FLAG_CLOCK = 1 << 7; field in CarSystemBarElementFlags
58 DISABLE_FLAG_CLOCK,
117 if ((DISABLE_FLAG_CLOCK & flags) != 0) newFlag |= StatusBarManager.DISABLE_CLOCK; in getStatusBarManagerDisableFlagsFromElementFlags()