Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DWifiInfo.java75 private SupplicantState mSupplicantState; field in WifiInfo
221 mSupplicantState = SupplicantState.UNINITIALIZED; in WifiInfo()
261 mSupplicantState = source.mSupplicantState; in WifiInfo()
598 return mSupplicantState; in getSupplicantState()
604 mSupplicantState = state; in setSupplicantState()
646 mSupplicantState = valueOf(stateName); in setSupplicantState()
693 .append(mSupplicantState == null ? none : mSupplicantState) in toString()
744 mSupplicantState.writeToParcel(dest, flags); in writeToParcel()
785 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt47266 Landroid/net/wifi/WifiInfo;->mSupplicantState:Landroid/net/wifi/SupplicantState;