Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DSupplicantState.java136 COMPLETED, enumConstant
183 case COMPLETED: in isHandshakeState()
205 case COMPLETED: in isConnecting()
232 case COMPLETED: in isDriverActive()
DWifiInfo.java101 stateMap.put(SupplicantState.COMPLETED, DetailedState.OBTAINING_IPADDR); in stateMap.put() argument
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceCallbackImpl.java97 case ISupplicantStaIfaceCallback.State.COMPLETED: in supplicantHidlStateToFrameworkState()
98 return SupplicantState.COMPLETED; in supplicantHidlStateToFrameworkState()
182 || newState == State.COMPLETED) { in onStateChanged()
186 if (newState == State.COMPLETED) { in onStateChanged()
DSupplicantStateTracker.java193 case COMPLETED: in transitionOnSupplicantStateChange()
232 case COMPLETED: in supplicantStateToBatteryStatsSupplicantState()
DWifiShellCommand.java1428 if (info.getSupplicantState() != SupplicantState.COMPLETED) { in printWifiInfo()
1465 if (info.getSupplicantState() != SupplicantState.COMPLETED) { in printStatus()
DWifiNetworkSelector.java248 if (wifiInfo.getSupplicantState() != SupplicantState.COMPLETED) { in isNetworkSufficient()
DWifiScoreCard.java581 if (state == SupplicantState.COMPLETED && wifiInfo.getSupplicantState() == state) { in noteSupplicantStateChanging()
DClientModeImpl.java4299 if (state == SupplicantState.COMPLETED) {
DWifiMetrics.java5584 case COMPLETED: in supplicantStateToBit()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java98 AnimationState.COMPLETED
110 int COMPLETED = 6; // Animation loop completed. Occurs after user swipes beyond threshold field
184 setAnimationState(AnimationState.COMPLETED); in onStop()
527 if (animationState == AnimationState.COMPLETED) { in setAnimationState()
576 case AnimationState.COMPLETED: in updateAnimationState()
1125 setAnimationState(AnimationState.COMPLETED); in performAccept()
1135 setAnimationState(AnimationState.COMPLETED); in performReject()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java965 SupplicantState.COMPLETED)); in connect()
1822 SupplicantState.COMPLETED)); in connectWhileObtainingIp()
1867 SupplicantState.COMPLETED)); in networkRemovalWhileObtainingIp()
1948 SupplicantState.COMPLETED)); in testDhcpFailure()
2172 SupplicantState.COMPLETED)); in testBadNetworkEvent()
2433 SupplicantState.COMPLETED)); in disconnectFromNetworkWhenRemovedWhileObtainingIpAddr()
2481 SupplicantState.COMPLETED)); in testWifiInfoUpdatedUponSupplicantStateChangedEvent()
2487 assertEquals(SupplicantState.COMPLETED, wifiInfo.getSupplicantState()); in testWifiInfoUpdatedUponSupplicantStateChangedEvent()
2523 SupplicantState.COMPLETED)); in testWifiInfoUpdatedUponSupplicantStateChangedEventWithWrongSsid()
2529 assertEquals(SupplicantState.COMPLETED, wifiInfo.getSupplicantState()); in testWifiInfoUpdatedUponSupplicantStateChangedEventWithWrongSsid()
[all …]
DWifiNetworkSelectorTest.java545 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in lowRssi5GNetworkIsNotSufficient()
600 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in noInternetAccessNetworkIsNotSufficient()
731 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in noSelectionWhenCurrentNetworkNotInScanResults()
794 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in includeCurrentNetworkWhenCurrentNetworkNotNominated()
1363 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in testStayOrTryToSwitchImpl()
1961 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in networkSelectionPerformedWhenAnyCmmIsNotSufficient()
1970 when(mSecondaryWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in networkSelectionPerformedWhenAnyCmmIsNotSufficient()
2022 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in networkSelectionNotPerformedWhenAllCmmIsSufficient()
2033 when(mSecondaryWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in networkSelectionNotPerformedWhenAllCmmIsSufficient()
DWifiScoreCardTest.java450 mWifiInfo.setSupplicantState(SupplicantState.COMPLETED); in testFirmwareRoam()
472 mWifiScoreCard.noteSupplicantStateChanging(mWifiInfo, SupplicantState.COMPLETED); in testFirmwareRoam()
477 mWifiInfo.setSupplicantState(SupplicantState.COMPLETED); in testFirmwareRoam()
488 mWifiScoreCard.noteSupplicantStateChanging(mWifiInfo, SupplicantState.COMPLETED); in testFirmwareRoam()
491 mWifiInfo.setSupplicantState(SupplicantState.COMPLETED); in testFirmwareRoam()
DSupplicantStaIfaceHalTest.java1093 ISupplicantStaIfaceCallback.State.COMPLETED, in testStateChangeToCompletedCallback()
1104 any(WifiSsid.class), eq(BSSID), eq(SupplicantState.COMPLETED)); in testStateChangeToCompletedCallback()
3303 ISupplicantStaIfaceCallback.State.COMPLETED, in testStateChangeV13ToCompletedCallback()
3314 any(WifiSsid.class), eq(BSSID), eq(SupplicantState.COMPLETED)); in testStateChangeV13ToCompletedCallback()
3387 ISupplicantStaIfaceCallback.State.COMPLETED, in testStateChangeV13WithFilsHlpIESentToCompletedCallback()
3398 any(WifiSsid.class), eq(BSSID), eq(SupplicantState.COMPLETED)); in testStateChangeV13WithFilsHlpIESentToCompletedCallback()
DWifiShellCommandTest.java725 wifiInfo.setSupplicantState(SupplicantState.COMPLETED); in testStatus()
DWifiMetricsTest.java2596 new StateChangeResult(0, sWifiSsid, sBSSID, SupplicantState.COMPLETED);
/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.h207 enum class State { PREPARATION, COMPUTATION, COMPLETED }; enumerator
215 return mState == State::COMPLETED; in completed()
DExecutionBuilder.cpp532 if (!mReusable && mState == State::COMPLETED) { in checkAndSetComputationState()
1178 CHECK(mState != State::COMPLETED) << "ExecutionBuilder::finishComputation is called twice"; in finishComputation()
1179 mState = State::COMPLETED; in finishComputation()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiStatusTest.java209 } else if(SupplicantState.COMPLETED.equals(supplicantState)) { in setSupplicantStateText()
/packages/modules/Wifi/framework/api/
Dcurrent.txt94 enum_constant public static final android.net.wifi.SupplicantState COMPLETED;