Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSignalClusterView.java66 private boolean mEthernetVisible = false; field in SignalClusterView
243 mEthernetVisible = state.visible && !mBlockEthernet; in setEthernetIndicators()
324 if (mEthernetVisible && mEthernetGroup != null && in dispatchPopulateAccessibilityEventInternal()
380 if (mEthernetVisible) { in apply()
394 (mEthernetVisible ? "VISIBLE" : "GONE"))); in apply()
451 || anyMobileVisible || mVpnVisible || mEthernetVisible; in apply()