Searched refs:currentConfig (Results 1 – 1 of 1) sorted by relevance
1345 WifiNetworkSelectionConfig currentConfig = config.get(); in testSetNetworkSelectionConfig() local1372 () -> sWifiManager.setNetworkSelectionConfig(currentConfig)); in testSetNetworkSelectionConfig()1399 WifiNetworkSelectionConfig currentConfig = config.get(); in testGetNetworkSelectionConfig() local1425 () -> sWifiManager.setNetworkSelectionConfig(currentConfig)); in testGetNetworkSelectionConfig()2752 SoftApConfiguration currentConfig = sWifiManager.getSoftApConfiguration(); in verifySetGetSoftApConfig() local2753 compareSoftApConfiguration(targetConfig, currentConfig); in verifySetGetSoftApConfig()2755 assertTrue(currentConfig.isUserConfiguration()); in verifySetGetSoftApConfig()2757 assertNotNull(currentConfig.getPersistentRandomizedMacAddress()); in verifySetGetSoftApConfig()2765 currentConfig = sWifiManager.getSoftApConfiguration(); in verifySetGetSoftApConfig()2766 compareSoftApConfiguration(oldSsidConfig, currentConfig); in verifySetGetSoftApConfig()[all …]