HomeSort by relevance Sort by last modified time
    Searched refs:WifiNotificationController (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNotificationController.java 42 final class WifiNotificationController {
98 WifiNotificationController(Context context, Looper looper, WifiStateMachine wsm,
295 synchronized (WifiNotificationController.this) {
304 synchronized (WifiNotificationController.this) {
WifiServiceImpl.java 147 private WifiNotificationController mNotificationController;
341 mNotificationController = new WifiNotificationController(mContext,
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiNotificationControllerTest.java 60 WifiNotificationController mWifiNotificationController;
63 * Internal BroadcastReceiver that WifiNotificationController uses to listen for broadcasts
83 mWifiNotificationController = new WifiNotificationController(
123 // Needed while WifiNotificationController creates its notification.

Completed in 282 milliseconds