Searched refs:testSsid (Results 1 – 2 of 2) sorted by relevance
351 byte[] testSsid = in getMockNativeResults()363 scanResult.ssid = testSsid; in getMockNativeResults()
5118 WifiSsid testSsid = WifiSsid.fromBytes("TEST_SSID_1".getBytes(StandardCharsets.UTF_8)); in testPerSsidRoamingMode() local5133 () -> sWifiManager.setPerSsidRoamingMode(testSsid, in testPerSsidRoamingMode()5136 () -> sWifiManager.removePerSsidRoamingMode(testSsid)); in testPerSsidRoamingMode()5154 sWifiManager.setPerSsidRoamingMode(testSsid, WifiManager.ROAMING_MODE_AGGRESSIVE); in testPerSsidRoamingMode()5158 roamingModes.get(testSsid.toString()) == WifiManager.ROAMING_MODE_AGGRESSIVE); in testPerSsidRoamingMode()5159 sWifiManager.removePerSsidRoamingMode(testSsid); in testPerSsidRoamingMode()5162 assertNull(roamingModes.get(testSsid.toString())); in testPerSsidRoamingMode()