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 61 private SupplicantState mSupplicantState;
86 mSupplicantState = SupplicantState.UNINITIALIZED;
98 mSupplicantState = source.mSupplicantState;
223 return mSupplicantState;
227 mSupplicantState = state;
271 mSupplicantState = valueOf(stateName);
305 append(mSupplicantState == null ? none : mSupplicantState).
339 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 51 SupplicantState mSupplicantState;
78 mSupplicantState = (SupplicantState)
247 mSupplicantState = null;
255 assertTrue(mSupplicantState == SupplicantState.COMPLETED);
264 assertTrue(mSupplicantState != SupplicantState.COMPLETED);

Completed in 41 milliseconds