Searched refs:networkSuggestion (Results 1 – 5 of 5) sorted by relevance
351 WifiNetworkSuggestion networkSuggestion = new WifiNetworkSuggestion( in testReplaceNetworkSuggestionsSuccess() local357 add(networkSuggestion); in testReplaceNetworkSuggestionsSuccess()374 add(networkSuggestion); in testReplaceNetworkSuggestionsSuccess()384 WifiNetworkSuggestion networkSuggestion = new WifiNetworkSuggestion( in testAddNetworkSuggestionsFailureOnInPlaceModification() local389 add(networkSuggestion); in testAddNetworkSuggestionsFailureOnInPlaceModification()397 networkSuggestion.wifiConfiguration.meteredOverride = in testAddNetworkSuggestionsFailureOnInPlaceModification()494 WifiNetworkSuggestion networkSuggestion = new WifiNetworkSuggestion( in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForCarrierProvisioningApp() local499 add(networkSuggestion); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForCarrierProvisioningApp()509 ScanDetail scanDetail = createScanDetailForNetwork(networkSuggestion.wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForCarrierProvisioningApp()515 add(networkSuggestion); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForCarrierProvisioningApp()[all …]
161 WifiNetworkSuggestion networkSuggestion = in serializeDeserializeSingleNetworkSuggestionFromSingleApp() local166 ExtendedWifiNetworkSuggestion.fromWns(networkSuggestion, appInfo)); in serializeDeserializeSingleNetworkSuggestionFromSingleApp()
318 NetworkTimeSuggestion networkSuggestion = findLatestValidNetworkSuggestion(); in doAutoTimeDetection() local319 if (networkSuggestion != null) { in doAutoTimeDetection()320 final TimestampedValue<Long> newUtcTime = networkSuggestion.getUtcTime(); in doAutoTimeDetection()322 + ", networkSuggestion=" + networkSuggestion in doAutoTimeDetection()439 NetworkTimeSuggestion networkSuggestion = mLastNetworkSuggestion.get(); in findLatestValidNetworkSuggestion() local440 if (networkSuggestion == null) { in findLatestValidNetworkSuggestion()445 TimestampedValue<Long> utcTime = networkSuggestion.getUtcTime(); in findLatestValidNetworkSuggestion()452 return networkSuggestion; in findLatestValidNetworkSuggestion()
280 WifiNetworkSuggestion networkSuggestion = in parseExtNetworkSuggestions() local283 networkSuggestion, perAppInfo)); in parseExtNetworkSuggestions()
1039 String packageName, WifiNetworkSuggestion networkSuggestion) { in sendPostConnectionBroadcast() argument1041 intent.putExtra(WifiManager.EXTRA_NETWORK_SUGGESTION, networkSuggestion); in sendPostConnectionBroadcast()1045 intent, UserHandle.getUserHandleForUid(networkSuggestion.suggestorUid)); in sendPostConnectionBroadcast()