Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNetworkSelector.java621 WifiConfiguration tempConfig = Preconditions.checkNotNull(candidate); in overrideCandidateWithUserConnectChoice() local
625 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()
/aosp12/frameworks/base/tools/aapt/
H A DResourceTable.cpp4556 ConfigDescription tempConfig(sourceConfig); in shouldGenerateVersionedResource() local
4559 tempConfig.sdkVersion = nextConfig.sdkVersion; in shouldGenerateVersionedResource()
4560 if (tempConfig == nextConfig) { in shouldGenerateVersionedResource()