Searched defs:ratType (Results 1 – 2 of 2) sorted by relevance
156 private void assertRatTypeChangedForSub(String subscriberId, int ratType) { in assertRatTypeChangedForSub()166 private void assertRatTypeNotChangedForSub(String subscriberId, int ratType) { in assertRatTypeNotChangedForSub()167 assertEquals(mMonitor.getRatTypeForSubscriberId(subscriberId), ratType); in assertRatTypeNotChangedForSub() local
282 for (ratType in TelephonyManager.getAllNetworkTypes()) { in testNetworkTypeConstants() method