Home
last modified time | relevance | path

Searched refs:mEthernetGroup (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
164 mEthernetGroup = (ViewGroup) findViewById(R.id.ethernet_combo); in onAttachedToWindow()
189 mEthernetGroup = null; in onDetachedFromWindow()
324 if (mEthernetVisible && mEthernetGroup != null && in dispatchPopulateAccessibilityEventInternal()
325 mEthernetGroup.getContentDescription() != null) in dispatchPopulateAccessibilityEventInternal()
326 event.getText().add(mEthernetGroup.getContentDescription()); in dispatchPopulateAccessibilityEventInternal()
386 mEthernetGroup.setContentDescription(mEthernetDescription); in apply()
387 mEthernetGroup.setVisibility(View.VISIBLE); in apply()
389 mEthernetGroup.setVisibility(View.GONE); in apply()