Searched refs:tempConfig (Results 1 – 2 of 2) sorted by relevance
654 WifiConfiguration tempConfig = Preconditions.checkNotNull(candidate); in overrideCandidateWithUserConnectChoice() local658 while (tempConfig.getNetworkSelectionStatus().getConnectChoice() != null) { in overrideCandidateWithUserConnectChoice()659 String key = tempConfig.getNetworkSelectionStatus().getConnectChoice(); in overrideCandidateWithUserConnectChoice()660 tempConfig = mWifiConfigManager.getConfiguredNetwork(key); in overrideCandidateWithUserConnectChoice()662 if (tempConfig != null) { in overrideCandidateWithUserConnectChoice()664 tempConfig.getNetworkSelectionStatus(); in overrideCandidateWithUserConnectChoice()667 candidate = tempConfig; in overrideCandidateWithUserConnectChoice()
4556 ConfigDescription tempConfig(sourceConfig); in shouldGenerateVersionedResource() local4559 tempConfig.sdkVersion = nextConfig.sdkVersion; in shouldGenerateVersionedResource()4560 if (tempConfig == nextConfig) { in shouldGenerateVersionedResource()