Searched refs:COMPLETED (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DSupplicantState.java136 COMPLETED, enum constant in enum:SupplicantState
183 case COMPLETED:
205 case COMPLETED:
232 case COMPLETED:
H A DWifiInfo.java63 stateMap.put(SupplicantState.COMPLETED, DetailedState.OBTAINING_IPADDR);
/frameworks/base/services/core/java/com/android/server/
H A DWatchdog.java60 static final int COMPLETED = 0; field in class:Watchdog
143 return COMPLETED;
318 int state = COMPLETED;
390 if (waitState == COMPLETED) {
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiClientTest.java254 assertTrue(mSupplicantState == SupplicantState.COMPLETED);
263 assertTrue(mSupplicantState != SupplicantState.COMPLETED);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCall.java64 NONE, STARTED, COMPLETED, FAILED, CANCELED; enum constant in enum:Call.SrvccState
H A DCallTracker.java118 } else if (state != Call.SrvccState.COMPLETED) {
H A DPhone.java672 srvccState = Call.SrvccState.COMPLETED;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStateTracker.java150 case COMPLETED:
183 case COMPLETED: supplState = BatteryStats.WIFI_SUPPL_STATE_COMPLETED; break;
H A DWifiStateMachine.java5484 // If we have COMPLETED a connection to a BSSID, start doing
5487 if (state == SupplicantState.COMPLETED) {
7021 // the handling of SupplicantState.COMPLETED.
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipHelper.java390 if (inviteTransaction.getState() != TransactionState.COMPLETED) {
412 if (inviteTransaction.getState() != TransactionState.COMPLETED) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiStateMachineTest.java929 new StateChangeResult(0, sWifiSsid, sBSSID, SupplicantState.COMPLETED));
963 new StateChangeResult(0, sWifiSsid, sBSSID, SupplicantState.COMPLETED));
991 new StateChangeResult(0, sWifiSsid, sBSSID, SupplicantState.COMPLETED));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java2266 if (mSrvccState == Call.SrvccState.COMPLETED) {
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 8684 milliseconds