Searched refs:mSupplicantState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiInfo.java69 private SupplicantState mSupplicantState; field in class:WifiInfo
242 mSupplicantState = SupplicantState.UNINITIALIZED;
279 mSupplicantState = source.mSupplicantState;
478 return mSupplicantState;
483 mSupplicantState = state;
524 mSupplicantState = valueOf(stateName);
558 append(mSupplicantState == null ? none : mSupplicantState).
602 mSupplicantState
[all...]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiClientTest.java50 SupplicantState mSupplicantState; field in class:WifiClientTest
77 mSupplicantState = (SupplicantState)
246 mSupplicantState = null;
254 assertTrue(mSupplicantState == SupplicantState.COMPLETED);
263 assertTrue(mSupplicantState != SupplicantState.COMPLETED);

Completed in 92 milliseconds