Home
last modified time | relevance | path

Searched refs:wsm (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNotificationController.java98 WifiNotificationController(Context context, Looper looper, WifiStateMachine wsm, in WifiNotificationController() argument
101 mWifiStateMachine = wsm; in WifiNotificationController()
DWifiController.java138 WifiController(Context context, WifiStateMachine wsm, in WifiController() argument
143 mWifiStateMachine = wsm; in WifiController()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiStateMachineTest.java255 private static HandlerThread getWsmHandlerThread(WifiStateMachine wsm) throws in getWsmHandlerThread() argument
259 return (HandlerThread) field.get(wsm); in getWsmHandlerThread()