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

  /frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java 58 private SupplicantState mSupplicantState;
79 mSupplicantState = SupplicantState.UNINITIALIZED;
92 mSupplicantState = source.mSupplicantState;
210 return mSupplicantState;
214 mSupplicantState = state;
255 mSupplicantState = valueOf(stateName);
279 append(mSupplicantState == null ? none : mSupplicantState).
308 mSupplicantState.writeToParcel(dest, flags)
    [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);
  /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...]
  /system/core/nexus/
WifiController.h 183 int mSupplicantState;

Completed in 1503 milliseconds