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

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiClientTest.java57 SupplicantState mSupplicantState; field in class:WifiClientTest
84 mSupplicantState = (SupplicantState)
253 mSupplicantState = null;
261 assertTrue(mSupplicantState == SupplicantState.COMPLETED);
270 assertTrue(mSupplicantState != SupplicantState.COMPLETED);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiInfo.java60 private SupplicantState mSupplicantState; field in class:WifiInfo
85 mSupplicantState = SupplicantState.UNINITIALIZED;
97 mSupplicantState = source.mSupplicantState;
222 return mSupplicantState;
226 mSupplicantState = state;
267 mSupplicantState = valueOf(stateName);
301 append(mSupplicantState == null ? none : mSupplicantState).
335 mSupplicantState
[all...]

Completed in 54 milliseconds