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

  /external/nist-sip/java/javax/sip/
TransactionState.java 7 COMPLETED,
  /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 522 * {@link android.net.wifi.SupplicantState#COMPLETED COMPLETED}.
525 return mWifiInfo.getSupplicantState() == SupplicantState.COMPLETED;
583 * Send the tracker a notification that a scan has completed, and results
633 mWifiInfo.getSupplicantState() == SupplicantState.COMPLETED &&
814 && newSupplicantState.ordinal() < SupplicantState.COMPLETED.ordinal()) {
822 } else if (newSupplicantState == SupplicantState.COMPLETED) {
    [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));
  /external/nist-sip/java/gov/nist/javax/sip/
NistSipMessageFactoryImpl.java 122 } else if (TransactionState.COMPLETED == tr.getState()
EventScanner.java 351 && TransactionState.COMPLETED == ct.getState()
358 // completed.
DialogFilter.java     [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPClientTransaction.java 110 * | | | Completed |--------------&gt;| the event
152 * | | Completed | |
360 if (TransactionState.COMPLETED == this.getState()) {
433 this.setState(TransactionState.COMPLETED);
509 if ((TransactionState.COMPLETED == this.getState() || TransactionState.TERMINATED == this
580 * | | Completed | |
629 this.setState(TransactionState.COMPLETED);
651 this.setState(TransactionState.COMPLETED);
    [all...]
SIPServerTransaction.java 96 * | | Completed | | |
148 * | | | Completed |&lt;------------+
    [all...]
SIPTransaction.java 164 * Completed state.
166 public static final TransactionState COMPLETED_STATE = TransactionState.COMPLETED;
527 if (currentState == TransactionState.COMPLETED) {
530 newState = TransactionState.COMPLETED;
    [all...]
  /frameworks/base/voip/java/com/android/server/sip/
SipHelper.java 350 if (inviteTransaction.getState() != TransactionState.COMPLETED) {
372 if (inviteTransaction.getState() != TransactionState.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/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 126 milliseconds