Searched refs:tempConfig (Results 1 – 2 of 2) sorted by relevance
621 WifiConfiguration tempConfig = Preconditions.checkNotNull(candidate); in overrideCandidateWithUserConnectChoice() local625 while (tempConfig.getNetworkSelectionStatus().getConnectChoice() != null) { in overrideCandidateWithUserConnectChoice()626 String key = tempConfig.getNetworkSelectionStatus().getConnectChoice(); in overrideCandidateWithUserConnectChoice()627 int userSelectedRssi = tempConfig.getNetworkSelectionStatus().getConnectChoiceRssi(); in overrideCandidateWithUserConnectChoice()628 tempConfig = mWifiConfigManager.getConfiguredNetwork(key); in overrideCandidateWithUserConnectChoice()630 if (tempConfig != null) { in overrideCandidateWithUserConnectChoice()632 tempConfig.getNetworkSelectionStatus(); in overrideCandidateWithUserConnectChoice()633 boolean noInternetButInternetIsExpected = !tempConfig.isNoInternetAccessExpected() in overrideCandidateWithUserConnectChoice()634 && tempConfig.hasNoInternetAccess(); in overrideCandidateWithUserConnectChoice()640 candidate = tempConfig; in overrideCandidateWithUserConnectChoice()
4556 ConfigDescription tempConfig(sourceConfig); in shouldGenerateVersionedResource() local4559 tempConfig.sdkVersion = nextConfig.sdkVersion; in shouldGenerateVersionedResource()4560 if (tempConfig == nextConfig) { in shouldGenerateVersionedResource()