Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java238 .thenReturn(encodeConfigSSID(config)); in addNetwork()
244 private String encodeConfigSSID(WifiConfiguration config) throws Exception { in encodeConfigSSID() method in WifiConfigManagerTest
463 .thenReturn(encodeConfigSSID(CONFIGS.get(network))); in verifySaveNetwork()
576 .thenReturn(encodeConfigSSID(CONFIGS.get(i))); in testLoadConfiguredNetworks()
662 .thenReturn(encodeConfigSSID(config)); in testLoadConfiguredNetworksEliminatesDuplicates()