Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSignalClusterView.java82 ViewGroup mEthernetGroup, mWifiGroup; field in SignalClusterView
167 mWifiGroup = (ViewGroup) findViewById(R.id.wifi_combo); in onAttachedToWindow()
191 mWifiGroup = null; in onDetachedFromWindow()
327 if (mWifiVisible && mWifiGroup != null && mWifiGroup.getContentDescription() != null) in dispatchPopulateAccessibilityEventInternal()
328 event.getText().add(mWifiGroup.getContentDescription()); in dispatchPopulateAccessibilityEventInternal()
375 if (mWifiGroup == null) return; in apply()
403 mWifiGroup.setContentDescription(mWifiDescription); in apply()
404 mWifiGroup.setVisibility(View.VISIBLE); in apply()
406 mWifiGroup.setVisibility(View.GONE); in apply()