Searched refs:mSupplicantState (Results 1 – 2 of 2) sorted by relevance
69 private SupplicantState mSupplicantState; field in WifiInfo164 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);
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()