Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarSignalPolicy.java80 private ArrayList<MobileIconState> mMobileStates = new ArrayList<>(); field in StatusBarSignalPolicy
280 + (mMobileStates == null ? "" : mMobileStates.toString())); in setMobileDataIndicators()
283 mIconController.setMobileIcons(mSlotMobile, MobileIconState.copyStates(mMobileStates)); in setMobileDataIndicators()
306 for (MobileIconState state : mMobileStates) { in getState()
316 if (mMobileStates.size() > 0) { in getFirstMobileState()
317 return mMobileStates.get(0); in getFirstMobileState()
339 mMobileStates.clear(); in setSubs()
345 mMobileStates.add(new MobileIconState(subs.get(i).getSubscriptionId())); in setSubs()
363 if (N != mMobileStates.size()) { in hasCorrectSubs()
367 if (mMobileStates.get(i).subId != subs.get(i).getSubscriptionId()) { in hasCorrectSubs()