Searched refs:roamingModes (Results 1 – 1 of 1) sorted by relevance
5119 Map<String, Integer> roamingModes = new HashMap<>(); in testPerSsidRoamingMode() local5124 roamingModes.clear(); in testPerSsidRoamingMode()5125 roamingModes.putAll(value); in testPerSsidRoamingMode()5158 roamingModes.get(testSsid.toString()) == WifiManager.ROAMING_MODE_AGGRESSIVE); in testPerSsidRoamingMode()5162 assertNull(roamingModes.get(testSsid.toString())); in testPerSsidRoamingMode()