Searched refs:wcmConfig (Results 1 – 2 of 2) sorted by relevance
2148 WifiConfiguration wcmConfig = mWifiConfigManager in hasSecureSuggestionFromSameCarrierAvailable() local2151 if (wcmConfig != null && !wcmConfig.getNetworkSelectionStatus().isNetworkEnabled()) { in hasSecureSuggestionFromSameCarrierAvailable()
3959 WifiConfiguration wcmConfig = new WifiConfiguration(network2); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithNetworkDisabled() local3963 wcmConfig.setNetworkSelectionStatus(status); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithNetworkDisabled()3964 when(mWifiConfigManager.getConfiguredNetwork(network2.getKey())).thenReturn(wcmConfig); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithNetworkDisabled()