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.java387 WifiConfiguration tempConfig = candidate; in overrideCandidateWithUserConnectChoice() local
391 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()
/frameworks/base/tools/aapt/
DResourceTable.cpp4559 ConfigDescription tempConfig(sourceConfig); in shouldGenerateVersionedResource() local
4562 tempConfig.sdkVersion = nextConfig.sdkVersion; in shouldGenerateVersionedResource()
4563 if (tempConfig == nextConfig) { in shouldGenerateVersionedResource()