Searched refs:setSupplicantRunning (Results 1 – 4 of 4) sorted by relevance
429 mWifiStateMachine.setSupplicantRunning(false); in enter()510 mWifiStateMachine.setSupplicantRunning(true); in enter()571 mWifiStateMachine.setSupplicantRunning(true); in enter()743 mWifiStateMachine.setSupplicantRunning(false); in enter()
1720 public void setSupplicantRunning(boolean enable) { in setSupplicantRunning() method in WifiStateMachine4089 setSupplicantRunning(false); in processMessage()4090 setSupplicantRunning(true); in processMessage()4604 setSupplicantRunning(false); in processMessage()4605 setSupplicantRunning(true); in processMessage()
435 mWsm.setSupplicantRunning(true); in loadComponents()463 mWsm.setSupplicantRunning(true); in loadComponentsFailure()468 mWsm.setSupplicantRunning(true); in loadComponentsFailure()473 mWsm.setSupplicantRunning(true); in loadComponentsFailure()
263 inOrder.verify(mWifiStateMachine).setSupplicantRunning(true); in testReturnToDeviceActiveStateAfterAPModeShutdown()