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.java233 state.mMobileTypeId = statusType; in setMobileDataIndicators()
419 firstMobileTypeId = state.mMobileTypeId; in apply()
487 private int mMobileStrengthId = 0, mMobileTypeId = 0; field in SignalClusterView.PhoneState
528 mMobileType.setImageResource(mMobileTypeId); in apply()
545 (mMobileVisible ? "VISIBLE" : "GONE"), mMobileStrengthId, mMobileTypeId)); in apply()
547 mMobileType.setVisibility(mMobileTypeId != 0 ? View.VISIBLE : View.GONE); in apply()