Searched refs:isFreeOpenRoaming (Results 1 – 4 of 4) sorted by relevance
194 assertFalse(Utils.isFreeOpenRoaming(0xABCDEFL)); in testIsFreeOpenRoaming()195 assertTrue(Utils.isFreeOpenRoaming(0x5A03BAL)); in testIsFreeOpenRoaming()198 assertFalse(Utils.isFreeOpenRoaming(0xFF5A03BAL)); in testIsFreeOpenRoaming()199 assertFalse(Utils.isFreeOpenRoaming(0x5A03BAFFL)); in testIsFreeOpenRoaming()202 assertFalse(Utils.isFreeOpenRoaming(0xEEFF5A03BAL)); in testIsFreeOpenRoaming()203 assertTrue(Utils.isFreeOpenRoaming(0x5A03BA0000L)); in testIsFreeOpenRoaming()204 assertTrue(Utils.isFreeOpenRoaming(0x5A03BAEEFFL)); in testIsFreeOpenRoaming()207 assertFalse(Utils.isFreeOpenRoaming(0x5A03BAEEFFFFL)); in testIsFreeOpenRoaming()208 assertFalse(Utils.isFreeOpenRoaming(0xFF5A03BAEEFFL)); in testIsFreeOpenRoaming()
325 public static boolean isFreeOpenRoaming(long rcoi) { in isFreeOpenRoaming() method in Utils336 if (isFreeOpenRoaming(rcois[i])) return true; in containsFreeOpenRoaming()380 if (isFreeOpenRoaming(selectedRcoi)) { in getRoamingType()
228 WifiMetrics.isFreeOpenRoaming(config), in wifiConfigToStatsEvent()
2655 protected static boolean isFreeOpenRoaming(WifiConfiguration config) { in isFreeOpenRoaming() method in WifiMetrics