Searched refs:isSupplicantTransientState (Results 1 – 4 of 4) sorted by relevance
276 boolean isDisconnected, boolean isSupplicantTransientState) { in needQualifiedNetworkSelection() argument328 if (isSupplicantTransientState) { in needQualifiedNetworkSelection()
225 mStateMachine.isSupplicantTransientState()); in handleScanResults()
1809 public boolean isSupplicantTransientState() { in isSupplicantTransientState() method in WifiStateMachine
183 when(stateMachine.isSupplicantTransientState()).thenReturn(false); in mockWifiStateMachine()