Home
last modified time | relevance | path

Searched refs:getRoamingType (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DUtilsTest.java249 assertEquals(Utils.getRoamingType(config), in testGetRoamingType()
253 assertEquals(Utils.getRoamingType(config), in testGetRoamingType()
257 assertEquals(Utils.getRoamingType(config), in testGetRoamingType()
261 assertEquals(Utils.getRoamingType(config), in testGetRoamingType()
265 assertEquals(Utils.getRoamingType(config), in testGetRoamingType()
269 assertEquals(Utils.getRoamingType(config), in testGetRoamingType()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DUtils.java371 public static int getRoamingType(WifiConfiguration connectConfig) { in getRoamingType() method in Utils
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastChannelManager.java600 int voiceRoamingType = regInfo.getRoamingType(); in checkScope()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java2007 currentConnectionEvent.mPasspointRoamingType = Utils.getRoamingType(config); in startConnectionEvent()
2656 return Utils.getRoamingType(config) in isFreeOpenRoaming()
2661 return Utils.getRoamingType(config) in isSettledOpenRoaming()