Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DWifiInfo.java69 private SupplicantState mSupplicantState; field in WifiInfo
164 mSupplicantState = SupplicantState.UNINITIALIZED; in WifiInfo()
198 mSupplicantState = source.mSupplicantState; in WifiInfo()
404 return mSupplicantState; in getSupplicantState()
409 mSupplicantState = state; in setSupplicantState()
450 mSupplicantState = valueOf(stateName); in setSupplicantState()
484 append(mSupplicantState == null ? none : mSupplicantState). in toString()
526 mSupplicantState.writeToParcel(dest, flags); in writeToParcel()
555 info.mSupplicantState = SupplicantState.CREATOR.createFromParcel(in);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
DWifiClientTest.java50 SupplicantState mSupplicantState; field in WifiClientTest
77 mSupplicantState = (SupplicantState) in onReceive()
246 mSupplicantState = null; in testWifiBroadcasts()
254 assertTrue(mSupplicantState == SupplicantState.COMPLETED); in testWifiBroadcasts()
263 assertTrue(mSupplicantState != SupplicantState.COMPLETED); in testWifiBroadcasts()