Searched defs:ratType (Results 1 – 4 of 4) sorted by relevance
146 private void assertRatTypeChangedForSub(String subscriberId, int ratType) { in assertRatTypeChangedForSub()147 assertEquals(mMonitor.getRatTypeForSubscriberId(subscriberId), ratType); in assertRatTypeChangedForSub() local156 private void assertRatTypeNotChangedForSub(String subscriberId, int ratType) { in assertRatTypeNotChangedForSub()157 assertEquals(mMonitor.getRatTypeForSubscriberId(subscriberId), ratType); in assertRatTypeNotChangedForSub() local
39 public final int ratType; field in NetworkStatsExt49 boolean slicedByTag, boolean slicedByMetered, int ratType, in NetworkStatsExt()
149 @NetworkType int ratType) { in buildTemplateMobileWithRatType()462 public static int getCollapsedRatType(int ratType) { in getCollapsedRatType()
153 for (ratType in TelephonyManager.getAllNetworkTypes()) { in testNetworkTypeConstants() method