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

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

Completed in 115 milliseconds