Searched refs:mSupplicantState (Results 1 – 3 of 3) sorted by relevance
75 private SupplicantState mSupplicantState; field in WifiInfo221 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);
50 SupplicantState mSupplicantState; field in WifiClientTest77 mSupplicantState = (SupplicantState) in onReceive()246 mSupplicantState = null; in testWifiBroadcasts()254 assertTrue(mSupplicantState == SupplicantState.COMPLETED); in testWifiBroadcasts()263 assertTrue(mSupplicantState != SupplicantState.COMPLETED); in testWifiBroadcasts()
47266 Landroid/net/wifi/WifiInfo;->mSupplicantState:Landroid/net/wifi/SupplicantState;