Searched refs:mEthernetGroup (Results 1 – 1 of 1) sorted by relevance
82 ViewGroup mEthernetGroup, mWifiGroup; field in SignalClusterView164 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()