Home
last modified time | relevance | path

Searched refs:mMobile (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSignalClusterView.java50 ImageView mWifi, mMobile, mWifiActivity, mMobileActivity, mMobileType; field in SignalClusterView
78 mMobile = (ImageView) findViewById(R.id.mobile_signal); in onAttachedToWindow()
92 mMobile = null; in onDetachedFromWindow()
145 mMobile.setImageResource(mMobileStrengthId); in apply()