Searched refs:handleScanResults (Results 1 – 7 of 7) sorted by relevance
163 mNotificationController.handleScanResults(mCarrierNetworks); in handleScanResults_hasCarrierNetworks_notificationDisplayed()177 mNotificationController.handleScanResults(new ArrayList<>()); in handleScanResults_emptyList_notificationNotDisplayed()190 mNotificationController.handleScanResults(new ArrayList<>()); in handleScanResults_featureDisabled_notificationNotDisplayed()201 mNotificationController.handleScanResults(mCarrierNetworks); in handleScanResults_notificationShown_emptyList_notificationCleared()209 mNotificationController.handleScanResults(new ArrayList<>()); in handleScanResults_notificationShown_emptyList_notificationCleared()220 mNotificationController.handleScanResults(mCarrierNetworks); in handleScanResults_notificationShown_noRecommendation_notificationCleared()229 mNotificationController.handleScanResults(mCarrierNetworks); in handleScanResults_notificationShown_noRecommendation_notificationCleared()240 mNotificationController.handleScanResults(mCarrierNetworks); in handleScanResults_notificationShown_screenOff_emptyList_notificationCleared()249 mNotificationController.handleScanResults(new ArrayList<>()); in handleScanResults_notificationShown_screenOff_emptyList_notificationCleared()260 mNotificationController.handleScanResults(mCarrierNetworks); in clearPendingNotification_clearsNotificationIfOneIsShowing()[all …]
162 mNotificationController.handleScanResults(mOpenNetworks); in handleScanResults_hasOpenNetworks_notificationDisplayed()176 mNotificationController.handleScanResults(new ArrayList<>()); in handleScanResults_emptyList_notificationNotDisplayed()189 mNotificationController.handleScanResults(new ArrayList<>()); in handleScanResults_featureDisabled_notificationNotDisplayed()200 mNotificationController.handleScanResults(mOpenNetworks); in handleScanResults_notificationShown_emptyList_notificationCleared()208 mNotificationController.handleScanResults(new ArrayList<>()); in handleScanResults_notificationShown_emptyList_notificationCleared()219 mNotificationController.handleScanResults(mOpenNetworks); in handleScanResults_notificationShown_noRecommendation_notificationCleared()228 mNotificationController.handleScanResults(mOpenNetworks); in handleScanResults_notificationShown_noRecommendation_notificationCleared()239 mNotificationController.handleScanResults(mOpenNetworks); in handleScanResults_notificationShown_screenOff_emptyList_notificationCleared()248 mNotificationController.handleScanResults(new ArrayList<>()); in handleScanResults_notificationShown_screenOff_emptyList_notificationCleared()259 mNotificationController.handleScanResults(mOpenNetworks); in clearPendingNotification_clearsNotificationIfOneIsShowing()[all …]
671 verify(mOpenNetworkNotifier).handleScanResults(expectedOpenNetworks); in wifiDisconnected_noConnectionCandidate_openNetworkNotifierScanResultsHandled()784 verify(mCarrierNetworkNotifier).handleScanResults(expectedCarrierNetworks); in wifiDisconnected_noConnectionCandidate_CarrierNetworkNotifierScanResultsHandled()814 verify(mCarrierNetworkNotifier, never()).handleScanResults(expectedCarrierNetworks); in whenNoEncryptionInfoAvailable_CarrierNetworkNotifierDoesNotHandleScanResults()
83 handleScanResults(filterDfsScanResults(Arrays.asList(results[0].getResults())));362 private void handleScanResults(Collection<ScanResult> scanResults) { in handleScanResults() method in WakeupController
264 private boolean handleScanResults(List<ScanDetail> scanDetails, String listenerName) { in handleScanResults() method in WifiConnectivityManager290 mOpenNetworkNotifier.handleScanResults( in handleScanResults()293 mCarrierNetworkNotifier.handleScanResults( in handleScanResults()360 boolean wasConnectAttempted = handleScanResults(mScanDetails, "AllSingleScanListener"); in onResults()521 wasConnectAttempted = handleScanResults(mScanDetails, "PnoScanListener"); in onPnoNetworkFound()
276 public void handleScanResults(@NonNull List<ScanDetail> availableNetworks) { in handleScanResults() method in AvailableNetworkNotifier
452 handleScanResults(); in requestPeers()467 private void handleScanResults() { in handleScanResults() method in WifiDisplayController