Home
last modified time | relevance | path

Searched refs:COMPLETED (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DSupplicantState.java136 COMPLETED, enumConstant
183 case COMPLETED: in isHandshakeState()
205 case COMPLETED: in isConnecting()
232 case COMPLETED: in isDriverActive()
DWifiInfo.java69 stateMap.put(SupplicantState.COMPLETED, DetailedState.OBTAINING_IPADDR); in stateMap.put() argument
/frameworks/base/services/core/java/com/android/server/
DWatchdog.java70 static final int COMPLETED = 0; field in Watchdog
188 return COMPLETED; in getCompletionStateLocked()
441 int state = COMPLETED; in evaluateCheckerCompletionLocked()
551 if (waitState == COMPLETED) { in run()
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
DWifiClientTest.java254 assertTrue(mSupplicantState == SupplicantState.COMPLETED); in testWifiBroadcasts()
263 assertTrue(mSupplicantState != SupplicantState.COMPLETED); in testWifiBroadcasts()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStateTracker.java162 case COMPLETED: in transitionOnSupplicantStateChange()
200 case COMPLETED: supplState = BatteryStats.WIFI_SUPPL_STATE_COMPLETED; break; in sendSupplicantStateChangedBroadcast()
DWifiNetworkSelector.java223 if (wifiInfo.getSupplicantState() != SupplicantState.COMPLETED) { in isCurrentNetworkSufficient()
DSupplicantStaIfaceHal.java2488 case ISupplicantStaIfaceCallback.State.COMPLETED: in supplicantHidlStateToFrameworkState()
2489 return SupplicantState.COMPLETED; in supplicantHidlStateToFrameworkState()
2571 if (newSupplicantState == SupplicantState.COMPLETED) { in onStateChanged()
DWifiMetrics.java3901 case COMPLETED: in supplicantStateToBit()
DClientModeImpl.java4103 if (state == SupplicantState.COMPLETED) { in processMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCall.java87 NONE, STARTED, COMPLETED, FAILED, CANCELED; enumConstant
DCallTracker.java131 } else if (state != Call.SrvccState.COMPLETED) { in notifySrvccState()
DPhone.java806 srvccState = Call.SrvccState.COMPLETED; in handleSrvccStateChanged()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSelectorTest.java429 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in openNetworkIsNotSufficient()
477 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in lowRssi5GNetworkIsNotSufficient()
525 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in noInternetAccessNetworkIsNotSufficient()
638 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in noSelectionWhenCurrentNetworkNotInScanResults()
1165 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in testStayOrTryToSwitchImpl()
DClientModeImplTest.java1015 new StateChangeResult(0, sWifiSsid, sBSSID, SupplicantState.COMPLETED)); in connect()
1422 new StateChangeResult(0, sWifiSsid, sBSSID, SupplicantState.COMPLETED)); in reconnectToConnectedNetwork()
1473 new StateChangeResult(0, sWifiSsid, sBSSID, SupplicantState.COMPLETED)); in testDhcpFailure()
1672 new StateChangeResult(0, sWifiSsid, sBSSID, SupplicantState.COMPLETED)); in testBadNetworkEvent()
2063 new StateChangeResult(0, sWifiSsid, sBSSID, SupplicantState.COMPLETED)); in disconnectFromNetworkWhenRemovedWhileObtainingIpAddr()
2134 new StateChangeResult(0, sWifiSsid, sBSSID1, SupplicantState.COMPLETED)); in testWifiInfoUpdatedUponSupplicantStateChangedEvent()
2140 assertEquals(SupplicantState.COMPLETED, wifiInfo.getSupplicantState()); in testWifiInfoUpdatedUponSupplicantStateChangedEvent()
2177 assertEquals(SupplicantState.COMPLETED, wifiInfo.getSupplicantState()); in testWifiInfoUpdatedUponAssociatedBSSIDEvent()
2211 new StateChangeResult(0, sWifiSsid, sBSSID, SupplicantState.COMPLETED)); in testWifiInfoCleanedUpEnteringExitingConnectModeState()
2214 assertEquals(SupplicantState.COMPLETED, wifiInfo.getSupplicantState()); in testWifiInfoCleanedUpEnteringExitingConnectModeState()
[all …]
DSupplicantStaIfaceHalTest.java1209 ISupplicantStaIfaceCallback.State.COMPLETED, in testStateChangeToCompletedCallback()
1217 any(WifiSsid.class), eq(BSSID), eq(SupplicantState.COMPLETED)); in testStateChangeToCompletedCallback()
DWifiMetricsTest.java1801 new StateChangeResult(0, sWifiSsid, sBSSID, SupplicantState.COMPLETED);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipHelper.java390 if (inviteTransaction.getState() != TransactionState.COMPLETED) { in sendInviteOk()
412 if (inviteTransaction.getState() != TransactionState.COMPLETED) { in sendInviteBusyHere()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java1123 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testEndRingbackOnSrvcc()
1154 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testClearHoldSwapStateOnSrvcc()
1177 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testHangupHandoverCall()
/frameworks/base/core/proto/android/os/
Dbatterystats.proto475 COMPLETED = 10; enumerator
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java3785 if (mSrvccState == Call.SrvccState.COMPLETED) { in notifySrvccState()
/frameworks/base/cmds/statsd/src/
Datoms.proto2753 COMPLETED = 1; enumerator
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17886 enum_constant public static final android.net.wifi.SupplicantState COMPLETED;
/frameworks/base/non-updatable-api/
Dcurrent.txt29878 enum_constant public static final android.net.wifi.SupplicantState COMPLETED;
/frameworks/base/api/
Dcurrent.txt30022 enum_constant public static final android.net.wifi.SupplicantState COMPLETED;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt53595 Landroid/os/SystemProto$WifiSupplicantState;->COMPLETED:I