Searched refs:handleScanResults (Results 1 – 9 of 9) sorted by relevance
170 mNotificationController.handleScanResults(mOpenNetworks); in handleScanResults_hasOpenNetworks_notificationDisplayed()208 mNotificationController.handleScanResults(mOpenNetworks); in handleScanResults_notificationShown_emptyList_notificationCleared()227 mNotificationController.handleScanResults(mOpenNetworks); in handleScanResults_notificationShown_noRecommendation_notificationCleared()236 mNotificationController.handleScanResults(mOpenNetworks); in handleScanResults_notificationShown_noRecommendation_notificationCleared()247 mNotificationController.handleScanResults(mOpenNetworks); in handleScanResults_notificationShown_screenOff_emptyList_notificationCleared()267 mNotificationController.handleScanResults(mOpenNetworks); in clearPendingNotification_clearsNotificationIfOneIsShowing()298 mNotificationController.handleScanResults(mOpenNetworks); in screenOff_notificationNotShowing_handleScanResults_notificationNotDisplayed()309 mNotificationController.handleScanResults(mOpenNetworks); in screenOff_notificationShowing_handleScanResults_recommendationCanBeUpdated()324 mNotificationController.handleScanResults(mOpenNetworks); in screenOff_notificationShowing_handleScanResults_recommendationCanBeUpdated()406 mNotificationController.handleScanResults(scanResults); in userDismissedNotification_shouldBlacklistNetwork()[all …]
1789 verify(mOpenNetworkNotifier).handleScanResults(expectedOpenNetworks); in wifiDisconnected_noCandidateInSelect_openNetworkNotifierScanResultsHandled()1818 verify(mOpenNetworkNotifier).handleScanResults(expectedOpenNetworks); in wifiDisconnected_noCandidatesInScan_openNetworkNotifierScanResultsHandled()
82 handleScanResults(filterDfsScanResults(Arrays.asList(results[0].getResults())));396 private void handleScanResults(Collection<ScanResult> scanResults) { in handleScanResults() method in WakeupController
323 mOpenNetworkNotifier.handleScanResults( in handleScanResultsWithNoCandidate()344 private void handleScanResults(@NonNull List<ScanDetail> scanDetails, in handleScanResults() method in WifiConnectivityManager714 handleScanResults(scanDetailList, in onResults()912 handleScanResults(scanDetailList, PNO_SCAN_LISTENER, false, in onPnoNetworkFound()
279 private void handleScanResults(List<ScanDetail> scanDetails) { in handleScanResults() method in WifiHealthMonitor1087 handleScanResults(mScanDetails); in onResults()
264 handleScanResults(scanResults); in onResults()812 handleScanResults(cachedScanResults); in needNetworkFor()1732 private void handleScanResults(ScanResult[] scanResults) { in handleScanResults() method in WifiNetworkFactory
282 public void handleScanResults(@NonNull List<ScanDetail> availableNetworks) { in handleScanResults() method in AvailableNetworkNotifier
461 handleScanResults(); in requestPeers()476 private void handleScanResults() { in handleScanResults() method in WifiDisplayController
1076 handleScanResults(latestScanResults); in processMessage()1376 void handleScanResults(@NonNull ScanData results) { in handleScanResults() method in WifiScanningServiceImpl.WifiSingleScanStateMachine