Home
last modified time | relevance | path

Searched refs:networkSuggestion (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSuggestionsManagerTest.java351 WifiNetworkSuggestion networkSuggestion = new WifiNetworkSuggestion( in testReplaceNetworkSuggestionsSuccess() local
357 add(networkSuggestion); in testReplaceNetworkSuggestionsSuccess()
374 add(networkSuggestion); in testReplaceNetworkSuggestionsSuccess()
384 WifiNetworkSuggestion networkSuggestion = new WifiNetworkSuggestion( in testAddNetworkSuggestionsFailureOnInPlaceModification() local
389 add(networkSuggestion); in testAddNetworkSuggestionsFailureOnInPlaceModification()
397 networkSuggestion.wifiConfiguration.meteredOverride = in testAddNetworkSuggestionsFailureOnInPlaceModification()
494 WifiNetworkSuggestion networkSuggestion = new WifiNetworkSuggestion( in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForCarrierProvisioningApp() local
499 add(networkSuggestion); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForCarrierProvisioningApp()
509 ScanDetail scanDetail = createScanDetailForNetwork(networkSuggestion.wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForCarrierProvisioningApp()
515 add(networkSuggestion); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForCarrierProvisioningApp()
[all …]
DNetworkSuggestionStoreDataTest.java161 WifiNetworkSuggestion networkSuggestion = in serializeDeserializeSingleNetworkSuggestionFromSingleApp() local
166 ExtendedWifiNetworkSuggestion.fromWns(networkSuggestion, appInfo)); in serializeDeserializeSingleNetworkSuggestionFromSingleApp()
/frameworks/base/services/core/java/com/android/server/timedetector/
DTimeDetectorStrategyImpl.java318 NetworkTimeSuggestion networkSuggestion = findLatestValidNetworkSuggestion(); in doAutoTimeDetection() local
319 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() local
440 if (networkSuggestion == null) { in findLatestValidNetworkSuggestion()
445 TimestampedValue<Long> utcTime = networkSuggestion.getUtcTime(); in findLatestValidNetworkSuggestion()
452 return networkSuggestion; in findLatestValidNetworkSuggestion()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DNetworkSuggestionStoreData.java280 WifiNetworkSuggestion networkSuggestion = in parseExtNetworkSuggestions() local
283 networkSuggestion, perAppInfo)); in parseExtNetworkSuggestions()
DWifiNetworkSuggestionsManager.java1039 String packageName, WifiNetworkSuggestion networkSuggestion) { in sendPostConnectionBroadcast() argument
1041 intent.putExtra(WifiManager.EXTRA_NETWORK_SUGGESTION, networkSuggestion); in sendPostConnectionBroadcast()
1045 intent, UserHandle.getUserHandleForUid(networkSuggestion.suggestorUid)); in sendPostConnectionBroadcast()