Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/element/
DCarSystemBarElementFlags.java48 static final int DISABLE_FLAG_ONGOING_CALL_CHIP = 1 << 9; field in CarSystemBarElementFlags
60 DISABLE_FLAG_ONGOING_CALL_CHIP
119 if ((DISABLE_FLAG_ONGOING_CALL_CHIP & flags) != 0) { in getStatusBarManagerDisableFlagsFromElementFlags()