Searched refs:mEthernetGroup (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
164 mEthernetGroup = (ViewGroup) findViewById(R.id.ethernet_combo);
189 mEthernetGroup = null;
325 if (mEthernetVisible && mEthernetGroup != null &&
326 mEthernetGroup.getContentDescription() != null)
327 event.getText().add(mEthernetGroup.getContentDescription());
387 mEthernetGroup.setContentDescription(mEthernetDescription);
388 mEthernetGroup.setVisibility(View.VISIBLE);
390 mEthernetGroup.setVisibility(View.GONE);

Completed in 50 milliseconds