Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/
DWifiStatusTest.java58 private TextView mSupplicantState; field in WifiStatusTest
138 mSupplicantState = (TextView) findViewById(R.id.supplicant_state); in onCreate()
206 mSupplicantState.setText("FOUR WAY HANDSHAKE"); in setSupplicantStateText()
208 mSupplicantState.setText("ASSOCIATED"); in setSupplicantStateText()
210 mSupplicantState.setText("ASSOCIATING"); in setSupplicantStateText()
212 mSupplicantState.setText("COMPLETED"); in setSupplicantStateText()
214 mSupplicantState.setText("DISCONNECTED"); in setSupplicantStateText()
216 mSupplicantState.setText("DORMANT"); in setSupplicantStateText()
218 mSupplicantState.setText("GROUP HANDSHAKE"); in setSupplicantStateText()
220 mSupplicantState.setText("INACTIVE"); in setSupplicantStateText()
[all …]
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiInfo.java117 private SupplicantState mSupplicantState; field in WifiInfo
508 mSupplicantState = SupplicantState.UNINITIALIZED; in WifiInfo()
587 mSupplicantState = source.mSupplicantState; in WifiInfo()
1442 return mSupplicantState; in getSupplicantState()
1448 mSupplicantState = state; in setSupplicantState()
1504 mSupplicantState = valueOf(stateName); in setSupplicantState()
1553 .append(mSupplicantState == null ? none : mSupplicantState) in toString()
1653 mSupplicantState.writeToParcel(dest, flags); in writeToParcel()
1715 info.mSupplicantState = SupplicantState.CREATOR.createFromParcel(in);
1867 && Objects.equals(mSupplicantState, thatWifiInfo.mSupplicantState) in equals()
[all …]
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1713 Landroid/net/wifi/WifiInfo;->mSupplicantState:Landroid/net/wifi/SupplicantState;