Searched refs:tempConfig (Results 1 – 2 of 2) sorted by relevance
387 WifiConfiguration tempConfig = candidate; in overrideCandidateWithUserConnectChoice() local391 while (tempConfig.getNetworkSelectionStatus().getConnectChoice() != null) { in overrideCandidateWithUserConnectChoice()392 String key = tempConfig.getNetworkSelectionStatus().getConnectChoice(); in overrideCandidateWithUserConnectChoice()393 tempConfig = mWifiConfigManager.getConfiguredNetwork(key); in overrideCandidateWithUserConnectChoice()395 if (tempConfig != null) { in overrideCandidateWithUserConnectChoice()397 tempConfig.getNetworkSelectionStatus(); in overrideCandidateWithUserConnectChoice()400 candidate = tempConfig; in overrideCandidateWithUserConnectChoice()
4559 ConfigDescription tempConfig(sourceConfig); in shouldGenerateVersionedResource() local4562 tempConfig.sdkVersion = nextConfig.sdkVersion; in shouldGenerateVersionedResource()4563 if (tempConfig == nextConfig) { in shouldGenerateVersionedResource()