Home
last modified time | relevance | path

Searched refs:handleScanResults (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DOpenNetworkNotifierTest.java179 mNotificationController.handleScanResults(mOpenNetworks); in handleScanResults_hasOpenNetworks_notificationDisplayed()
193 mNotificationController.handleScanResults(new ArrayList<>()); in handleScanResults_emptyList_notificationNotDisplayed()
206 mNotificationController.handleScanResults(new ArrayList<>()); in handleScanResults_featureDisabled_notificationNotDisplayed()
217 mNotificationController.handleScanResults(mOpenNetworks); in handleScanResults_notificationShown_emptyList_notificationCleared()
225 mNotificationController.handleScanResults(new ArrayList<>()); in handleScanResults_notificationShown_emptyList_notificationCleared()
236 mNotificationController.handleScanResults(mOpenNetworks); in handleScanResults_notificationShown_noRecommendation_notificationCleared()
245 mNotificationController.handleScanResults(mOpenNetworks); in handleScanResults_notificationShown_noRecommendation_notificationCleared()
256 mNotificationController.handleScanResults(mOpenNetworks); in handleScanResults_notificationShown_screenOff_emptyList_notificationCleared()
265 mNotificationController.handleScanResults(new ArrayList<>()); in handleScanResults_notificationShown_screenOff_emptyList_notificationCleared()
276 mNotificationController.handleScanResults(mOpenNetworks); in clearPendingNotification_clearsNotificationIfOneIsShowing()
[all …]
DWifiConnectivityManagerTest.java2720 verify(mOpenNetworkNotifier).handleScanResults(expectedOpenNetworks); in wifiDisconnected_noCandidateInSelect_openNetworkNotifierScanResultsHandled()
2758 verify(mOpenNetworkNotifier).handleScanResults(expectedOpenNetworks); in wifiDisconnected_noCandidatesInScan_openNetworkNotifierScanResultsHandled()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWakeupController.java91 handleScanResults(filterDfsScanResults(Arrays.asList(results[0].getResults())));
425 private void handleScanResults(Collection<ScanResult> scanResults) { in handleScanResults() method in WakeupController
DWifiHealthMonitor.java282 private void handleScanResults(List<ScanDetail> scanDetails) { in handleScanResults() method in WifiHealthMonitor
1090 handleScanResults(mScanDetails); in onResults()
DWifiNetworkFactory.java288 handleScanResults(scanResults); in onResults()
936 handleScanResults(cachedScanResults); in needNetworkFor()
1991 private void handleScanResults(ScanResult[] scanResults) { in handleScanResults() method in WifiNetworkFactory
DAvailableNetworkNotifier.java298 public void handleScanResults(@NonNull List<ScanDetail> availableNetworks) { in handleScanResults() method in AvailableNetworkNotifier
DWifiConnectivityManager.java363 mOpenNetworkNotifier.handleScanResults( in handleScanResultsWithNoCandidate()
594 private void handleScanResults(@NonNull List<ScanDetail> scanDetails, in handleScanResults() method in WifiConnectivityManager
990 handleScanResults(scanDetailList, in onResults()
1196 handleScanResults(scanDetailList, PNO_SCAN_LISTENER, false, in onPnoNetworkFound()
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java1321 handleScanResults(latestScanResults); in processMessage()
1661 void handleScanResults(@NonNull ScanData results) { in handleScanResults() method in WifiScanningServiceImpl.WifiSingleScanStateMachine