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

  /system/core/nexus/
SupplicantState.h 30 static const int COMPLETED = 7;
SupplicantState.cpp 41 else if (val == SupplicantState::COMPLETED)
42 strncpy(buffer, "COMPLETED", max);
SupplicantStatus.cpp 79 else if (!strcmp(value, "COMPLETED"))
80 state = SupplicantState::COMPLETED;
WifiController.cpp 244 LOGD("Suspend / Resume completed");
444 if (ss->getWpaState() != SupplicantState::COMPLETED) {
549 if (mSupplicantState == SupplicantState::COMPLETED) {
  /external/guava/src/com/google/common/util/concurrent/
AbstractFuture.java 43 * completed, failed, or cancelled. Because this class does not implement
97 * {@link AbstractFuture.Sync#COMPLETED} and call {@link #done()} if the
114 * {@link AbstractFuture.Sync#COMPLETED} and call {@link #done()} if the
155 * the task has completed.
167 * {@link #COMPLETED} or {@link #CANCELLED}.
172 * computation, and only then transition to COMPLETED or CANCELLED.
184 static final int COMPLETED = 2;
230 * was cancelled, or a {@link ExecutionException} if the task completed with
249 case COMPLETED:
266 * Checks if the state is {@link #COMPLETED} or {@link #CANCELLED}
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 71 * Association completed.
74 * been successfully completed with an AP. If IEEE 802.1X is used
76 * until the IEEE 802.1X/EAPOL authentication has been completed.
86 * when the IEEE 802.1X/EAPOL authentication has been completed.
93 * This state is entered when 4-Way Key Handshake has been completed
101 * All authentication completed.
104 * completed. In case of WPA2, this happens when the 4-Way Handshake is
105 * successfully completed. With WPA, this state is entered after the
107 * completed after dynamic keys are received (or if not used, after
108 * the EAP authentication has been completed). With static WEP keys an
    [all...]
WifiStateTracker.java 499 * {@link android.net.wifi.SupplicantState#COMPLETED COMPLETED}.
502 return mWifiInfo.getSupplicantState() == SupplicantState.COMPLETED;
560 * Send the tracker a notification that a scan has completed, and results
610 mWifiInfo.getSupplicantState() == SupplicantState.COMPLETED &&
707 && newSupplicantState.ordinal() < SupplicantState.COMPLETED.ordinal()) {
715 } else if (newSupplicantState == SupplicantState.COMPLETED) {
769 * The COMPLETED state change from the supplicant may have occurred
773 if (supplState == SupplicantState.COMPLETED) {
783 if (supplState == SupplicantState.COMPLETED && mHaveIpAddress)
    [all...]
WifiInfo.java 46 stateMap.put(SupplicantState.COMPLETED, DetailedState.OBTAINING_IPADDR);
  /cts/tests/tests/net/src/android/net/wifi/cts/
SupplicantStateTest.java 44 assertTrue(SupplicantState.isValidState(SupplicantState.COMPLETED));
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiStatusTest.java 208 } else if(SupplicantState.COMPLETED.equals(supplicantState)) {
209 mSupplicantState.setText("COMPLETED");
  /frameworks/base/services/java/com/android/server/
WifiService.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 595 milliseconds