HomeSort by relevance Sort by last modified time
    Searched defs:handleScanResults (Results 1 - 8 of 8) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WakeupController.java 75 handleScanResults(filterDfsScanResults(Arrays.asList(results[0].getResults())));
278 private void handleScanResults(Collection<ScanResult> scanResults) {
280 Log.d(TAG, "Attempted to handleScanResults while not enabled");
AvailableNetworkNotifier.java 269 public void handleScanResults(@NonNull List<ScanDetail> availableNetworks) {
WifiConnectivityManager.java 255 private boolean handleScanResults(List<ScanDetail> scanDetails, String listenerName) {
281 mOpenNetworkNotifier.handleScanResults(
284 mCarrierNetworkNotifier.handleScanResults(
347 boolean wasConnectAttempted = handleScanResults(mScanDetails, "AllSingleScanListener");
507 wasConnectAttempted = handleScanResults(mScanDetails, "PnoScanListener");
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
CarrierNetworkNotifierTest.java 161 mNotificationController.handleScanResults(mCarrierNetworks);
175 mNotificationController.handleScanResults(new ArrayList<>());
188 mNotificationController.handleScanResults(new ArrayList<>());
199 mNotificationController.handleScanResults(mCarrierNetworks);
207 mNotificationController.handleScanResults(new ArrayList<>());
218 mNotificationController.handleScanResults(mCarrierNetworks);
227 mNotificationController.handleScanResults(mCarrierNetworks);
238 mNotificationController.handleScanResults(mCarrierNetworks);
247 mNotificationController.handleScanResults(new ArrayList<>());
258 mNotificationController.handleScanResults(mCarrierNetworks)
    [all...]
OpenNetworkNotifierTest.java 160 mNotificationController.handleScanResults(mOpenNetworks);
174 mNotificationController.handleScanResults(new ArrayList<>());
187 mNotificationController.handleScanResults(new ArrayList<>());
198 mNotificationController.handleScanResults(mOpenNetworks);
206 mNotificationController.handleScanResults(new ArrayList<>());
217 mNotificationController.handleScanResults(mOpenNetworks);
226 mNotificationController.handleScanResults(mOpenNetworks);
237 mNotificationController.handleScanResults(mOpenNetworks);
246 mNotificationController.handleScanResults(new ArrayList<>());
257 mNotificationController.handleScanResults(mOpenNetworks)
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
WifiDisplayController.java 452 handleScanResults();
467 private void handleScanResults() {
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 306 milliseconds