Searched refs:wcmConfig (Results 1 – 2 of 2) sorted by relevance
2685 WifiConfiguration wcmConfig = mWifiConfigManager in hasSecureSuggestionFromSameCarrierAvailable() local2688 if (wcmConfig != null && !wcmConfig.getNetworkSelectionStatus().isNetworkEnabled()) { in hasSecureSuggestionFromSameCarrierAvailable()
4678 WifiConfiguration wcmConfig = new WifiConfiguration(network2); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithNetworkDisabled() local4679 wcmConfig.fromWifiNetworkSuggestion = true; in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithNetworkDisabled()4680 wcmConfig.creatorName = TEST_PACKAGE_1; in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithNetworkDisabled()4681 wcmConfig.creatorUid = TEST_UID_1; in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithNetworkDisabled()4685 wcmConfig.setNetworkSelectionStatus(status); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithNetworkDisabled()4686 when(mWifiConfigManager.getConfiguredNetwork(wcmConfig.getProfileKey())) in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithNetworkDisabled()4687 .thenReturn(wcmConfig); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithNetworkDisabled()