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

  /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/wifi/java/android/net/wifi/
WifiInfo.java 61 private SupplicantState mSupplicantState;
219 mSupplicantState = SupplicantState.UNINITIALIZED;
255 mSupplicantState = source.mSupplicantState;
433 return mSupplicantState;
438 mSupplicantState = state;
479 mSupplicantState = valueOf(stateName);
513 append(mSupplicantState == null ? none : mSupplicantState).
556 mSupplicantState.writeToParcel(dest, flags)
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
WifiClientTest.java 50 SupplicantState mSupplicantState;
77 mSupplicantState = (SupplicantState)
246 mSupplicantState = null;
254 assertTrue(mSupplicantState == SupplicantState.COMPLETED);
263 assertTrue(mSupplicantState != SupplicantState.COMPLETED);

Completed in 284 milliseconds