Searched refs:mLastCollapsedRatType (Results 1 – 1 of 1) sorted by relevance
156 return index != -1 ? mRatListeners.get(index).mLastCollapsedRatType in getRatTypeForSubscriberId()201 private volatile int mLastCollapsedRatType = TelephonyManager.NETWORK_TYPE_UNKNOWN; field in NetworkStatsSubscriptionsMonitor.RatTypeListener227 if (collapsedRatType == mLastCollapsedRatType) return; in onDisplayInfoChanged()231 + mLastCollapsedRatType + " -> " + collapsedRatType); in onDisplayInfoChanged()233 mLastCollapsedRatType = collapsedRatType; in onDisplayInfoChanged()234 mMonitor.mDelegate.onCollapsedRatTypeChanged(mSubscriberId, mLastCollapsedRatType); in onDisplayInfoChanged()