Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/element/
DCarSystemBarElementFlags.java69 static final int DISABLE2_FLAG_GLOBAL_ACTIONS = 1 << 3; field in CarSystemBarElementFlags
76 DISABLE2_FLAG_GLOBAL_ACTIONS,
156 if ((DISABLE2_FLAG_GLOBAL_ACTIONS & flags) != 0) { in getStatusBarManagerDisable2FlagsFromElementFlags()