Searched refs:handleScanResults (Results 1 – 8 of 8) sorted by relevance
179 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 …]
2720 verify(mOpenNetworkNotifier).handleScanResults(expectedOpenNetworks); in wifiDisconnected_noCandidateInSelect_openNetworkNotifierScanResultsHandled()2758 verify(mOpenNetworkNotifier).handleScanResults(expectedOpenNetworks); in wifiDisconnected_noCandidatesInScan_openNetworkNotifierScanResultsHandled()
91 handleScanResults(filterDfsScanResults(Arrays.asList(results[0].getResults())));425 private void handleScanResults(Collection<ScanResult> scanResults) { in handleScanResults() method in WakeupController
282 private void handleScanResults(List<ScanDetail> scanDetails) { in handleScanResults() method in WifiHealthMonitor1090 handleScanResults(mScanDetails); in onResults()
288 handleScanResults(scanResults); in onResults()936 handleScanResults(cachedScanResults); in needNetworkFor()1991 private void handleScanResults(ScanResult[] scanResults) { in handleScanResults() method in WifiNetworkFactory
298 public void handleScanResults(@NonNull List<ScanDetail> availableNetworks) { in handleScanResults() method in AvailableNetworkNotifier
363 mOpenNetworkNotifier.handleScanResults( in handleScanResultsWithNoCandidate()594 private void handleScanResults(@NonNull List<ScanDetail> scanDetails, in handleScanResults() method in WifiConnectivityManager990 handleScanResults(scanDetailList, in onResults()1196 handleScanResults(scanDetailList, PNO_SCAN_LISTENER, false, in onPnoNetworkFound()
1321 handleScanResults(latestScanResults); in processMessage()1661 void handleScanResults(@NonNull ScanData results) { in handleScanResults() method in WifiScanningServiceImpl.WifiSingleScanStateMachine