Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSignalClusterView.java300 state.mMobileTypeId = statusType; in setMobileDataIndicators()
501 firstMobileTypeId = state.mMobileTypeId; in apply()
604 private int mMobileStrengthId = 0, mMobileTypeId = 0; field in SignalClusterView.PhoneState
645 if (mLastMobileTypeId != mMobileTypeId) { in apply()
646 mMobileType.setImageResource(mMobileTypeId); in apply()
647 mLastMobileTypeId = mMobileTypeId; in apply()
663 (mMobileVisible ? "VISIBLE" : "GONE"), mMobileStrengthId, mMobileTypeId)); in apply()
665 mMobileType.setVisibility(mMobileTypeId != 0 ? View.VISIBLE : View.GONE); in apply()