Searched refs:collapsedRatType (Results 1 – 1 of 1) sorted by relevance
61 @Annotation.NetworkType int collapsedRatType); in onCollapsedRatTypeChanged() argument213 final int collapsedRatType = getCollapsedRatType(networkType); in onServiceStateChanged() local214 if (collapsedRatType == mLastCollapsedRatType) return; in onServiceStateChanged()218 + mLastCollapsedRatType + " -> " + collapsedRatType); in onServiceStateChanged()220 mLastCollapsedRatType = collapsedRatType; in onServiceStateChanged()