Searched refs:wsm (Results 1 – 3 of 3) sorted by relevance
98 WifiNotificationController(Context context, Looper looper, WifiStateMachine wsm, in WifiNotificationController() argument101 mWifiStateMachine = wsm; in WifiNotificationController()
138 WifiController(Context context, WifiStateMachine wsm, in WifiController() argument143 mWifiStateMachine = wsm; in WifiController()
255 private static HandlerThread getWsmHandlerThread(WifiStateMachine wsm) throws in getWsmHandlerThread() argument259 return (HandlerThread) field.get(wsm); in getWsmHandlerThread()