HomeSort by relevance Sort by last modified time
    Searched refs:mSupplicantState (Results 1 - 3 of 3) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java 60 private SupplicantState mSupplicantState;
85 mSupplicantState = SupplicantState.UNINITIALIZED;
97 mSupplicantState = source.mSupplicantState;
222 return mSupplicantState;
226 mSupplicantState = state;
270 mSupplicantState = valueOf(stateName);
304 append(mSupplicantState == null ? none : mSupplicantState).
338 mSupplicantState.writeToParcel(dest, flags)
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiStatusTest.java 57 private TextView mSupplicantState;
137 mSupplicantState = (TextView) findViewById(R.id.supplicant_state);
203 mSupplicantState.setText("FOUR WAY HANDSHAKE");
205 mSupplicantState.setText("ASSOCIATED");
207 mSupplicantState.setText("ASSOCIATING");
209 mSupplicantState.setText("COMPLETED");
211 mSupplicantState.setText("DISCONNECTED");
213 mSupplicantState.setText("DORMANT");
215 mSupplicantState.setText("GROUP HANDSHAKE");
217 mSupplicantState.setText("INACTIVE")
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
WifiClientTest.java 57 SupplicantState mSupplicantState;
84 mSupplicantState = (SupplicantState)
253 mSupplicantState = null;
261 assertTrue(mSupplicantState == SupplicantState.COMPLETED);
270 assertTrue(mSupplicantState != SupplicantState.COMPLETED);

Completed in 399 milliseconds