Home
last modified time | relevance | path

Searched refs:tempConfig (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSelector.java654 WifiConfiguration tempConfig = Preconditions.checkNotNull(candidate); in overrideCandidateWithUserConnectChoice() local
658 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()
/frameworks/base/tools/aapt/
DResourceTable.cpp4556 ConfigDescription tempConfig(sourceConfig); in shouldGenerateVersionedResource() local
4559 tempConfig.sdkVersion = nextConfig.sdkVersion; in shouldGenerateVersionedResource()
4560 if (tempConfig == nextConfig) { in shouldGenerateVersionedResource()