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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
AvailableNetworkNotifier.java 337 public void handleWifiConnected() {
WifiConnectivityManager.java     [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
CarrierNetworkNotifierTest.java 532 * {@link CarrierNetworkNotifier#handleWifiConnected()} does not post connected notification if
537 mNotificationController.handleWifiConnected();
546 * {@link CarrierNetworkNotifier#handleWifiConnected()} clears notification that is not
560 mNotificationController.handleWifiConnected();
566 * {@link CarrierNetworkNotifier#handleWifiConnected()} posts the connected notification if
592 mNotificationController.handleWifiConnected();
    [all...]
OpenNetworkNotifierTest.java 528 * {@link OpenNetworkNotifier#handleWifiConnected()} does not post connected notification if
533 mNotificationController.handleWifiConnected();
542 * {@link OpenNetworkNotifier#handleWifiConnected()} clears notification that is not connecting.
555 mNotificationController.handleWifiConnected();
561 * {@link OpenNetworkNotifier#handleWifiConnected()} posts the connected notification if
587 mNotificationController.handleWifiConnected();
    [all...]

Completed in 205 milliseconds