Searched refs:collapsedRatType (Results 1 – 1 of 1) sorted by relevance
60 @Annotation.NetworkType int collapsedRatType); in onCollapsedRatTypeChanged() argument212 final int collapsedRatType = getCollapsedRatType(networkType); in onServiceStateChanged() local213 if (collapsedRatType == mLastCollapsedRatType) return; in onServiceStateChanged()217 + mLastCollapsedRatType + " -> " + collapsedRatType); in onServiceStateChanged()219 mLastCollapsedRatType = collapsedRatType; in onServiceStateChanged()