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

  /system/core/nexus/
SupplicantState.h 26 static const int ASSOCIATING = 3;
SupplicantState.cpp 33 else if (val == SupplicantState::ASSOCIATING)
34 strncpy(buffer, "ASSOCIATING", max);
SupplicantStatus.cpp 71 else if (!strcmp(value, "ASSOCIATING"))
72 state = SupplicantState::ASSOCIATING;
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 68 ASSOCIATING,
WifiInfo.java 42 stateMap.put(SupplicantState.ASSOCIATING, DetailedState.CONNECTING);
WifiStateTracker.java 706 if (SupplicantState.ASSOCIATING.ordinal() <= newSupplicantState.ordinal()
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/cts/
SupplicantStateTest.java 40 assertTrue(SupplicantState.isValidState(SupplicantState.ASSOCIATING));
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiStatusTest.java 206 } else if(SupplicantState.ASSOCIATING.equals(supplicantState)) {
207 mSupplicantState.setText("ASSOCIATING");
  /external/srec/config/en.us/dictionary/
c0.6     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 559 milliseconds