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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java82 ViewGroup mEthernetGroup, mWifiGroup; field in class:SignalClusterView
167 mWifiGroup = (ViewGroup) findViewById(R.id.wifi_combo);
191 mWifiGroup = null;
328 if (mWifiVisible && mWifiGroup != null && mWifiGroup.getContentDescription() != null)
329 event.getText().add(mWifiGroup.getContentDescription());
376 if (mWifiGroup == null) return;
404 mWifiGroup.setContentDescription(mWifiDescription);
405 mWifiGroup.setVisibility(View.VISIBLE);
407 mWifiGroup
[all...]

Completed in 6 milliseconds