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.java87 ViewGroup mEthernetGroup, mWifiGroup; field in SignalClusterView
177 mWifiGroup = (ViewGroup) findViewById(R.id.wifi_combo); in onFinishInflate()
380 if (mWifiVisible && mWifiGroup != null && mWifiGroup.getContentDescription() != null) in dispatchPopulateAccessibilityEventInternal()
381 event.getText().add(mWifiGroup.getContentDescription()); in dispatchPopulateAccessibilityEventInternal()
436 if (mWifiGroup == null) return; in apply()
463 mWifiGroup.setContentDescription(mWifiDescription); in apply()
464 mWifiGroup.setVisibility(View.VISIBLE); in apply()
466 mWifiGroup.setVisibility(View.GONE); in apply()