Home
last modified time | relevance | path

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

12

/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.java111 stateMap.put(SupplicantState.COMPLETED, DetailedState.OBTAINING_IPADDR); in stateMap.put() argument
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/selectabledeletion/
DDeletionViewModel.kt71 _deletionProgress.value = (DeletionProgress.COMPLETED) in delete()
103 COMPLETED,
DDeletionFragment.kt70 DeletionViewModel.DeletionProgress.COMPLETED -> { in <lambda>()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/cloudmedia/
DMediaPreloaderViewModel.kt50 COMPLETED, in <lambda>()
277 mutex.withLock { remoteItems.set(item, LoadResult.COMPLETED) } in preloadMediaItem()
347 remoteItems.all { (_, loadResult) -> loadResult == LoadResult.COMPLETED } in monitorPreloadOperation()
/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/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/selectabledeletion/
DDeletionFragmentTest.kt131 MutableLiveData(DeletionViewModel.DeletionProgress.COMPLETED) in deleteFragment_completedState_progressDialogDisappears()
155 MutableLiveData(DeletionViewModel.DeletionProgress.COMPLETED) in deleteFragment_completedState_successDialogShown()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/preview/video/
DPlaybackState.kt40 COMPLETED(PLAYBACK_STATE_COMPLETED),
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/training/util/
DComputationResult.java61 return Result.COMPLETED; in convertToResult()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStateTracker.java193 case COMPLETED: in transitionOnSupplicantStateChange()
232 case COMPLETED: in supplicantStateToBatteryStatsSupplicantState()
DSupplicantStaIfaceCallbackHidlImpl.java104 case ISupplicantStaIfaceCallback.State.COMPLETED: in supplicantHidlStateToFrameworkState()
105 return SupplicantState.COMPLETED; in supplicantHidlStateToFrameworkState()
189 || newState == State.COMPLETED) { in onStateChanged()
193 if (newState == State.COMPLETED) { in onStateChanged()
DSupplicantStaIfaceCallbackAidlImpl.java156 case StaIfaceCallbackState.COMPLETED: in supplicantAidlStateToFrameworkState()
157 return SupplicantState.COMPLETED; in supplicantAidlStateToFrameworkState()
209 || newState == StaIfaceCallbackState.COMPLETED) { in handleSupplicantStateChangedEvent()
213 if (newState == StaIfaceCallbackState.COMPLETED) { in handleSupplicantStateChangedEvent()
/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.h144 return mState == State::COMPLETED; in completed()
230 enum class State { PREPARATION, COMPUTATION, COMPLETED }; enumerator
DExecutionBuilder.cpp571 if (!mReusable && mState == State::COMPLETED) { in checkAndSetComputationState()
1224 CHECK(mState != State::COMPLETED) << "ExecutionBuilder::finishComputation is called twice"; in finishComputation()
1225 mState = State::COMPLETED; in finishComputation()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSelectorTest.java411 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in testNetworkInsufficientWhenSufficiencyCheckDisabled()
434 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in testNetworkInsufficientWhenMetered()
450 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in testNetworkInsufficientWhenMarkedUnusable()
466 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in testNetworkInsufficientWhenLowAospScore()
500 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in testNetworkInsufficientWhenIpProvisioningTimedOut()
737 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in lowRssi5GNetworkIsNotSufficient()
797 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in noInternetAccessNetworkIsNotSufficient()
1249 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in noSelectionWhenCurrentNetworkNotInScanResults()
1317 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in includeCurrentNetworkWhenCurrentNetworkNotNominated()
2035 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in testStayOrTryToSwitchImpl()
[all …]
DClientModeImplTest.java1256 SupplicantState.COMPLETED)); in connect()
1403 SupplicantState.COMPLETED)); in connectWithIpProvisionTimeout()
2628 SupplicantState.COMPLETED)); in connectWhileObtainingIp()
2673 SupplicantState.COMPLETED)); in networkRemovalWhileObtainingIp()
2757 SupplicantState.COMPLETED)); in testDhcpFailure()
3106 SupplicantState.COMPLETED)); in testBadNetworkEvent()
3390 SupplicantState.COMPLETED)); in disconnectFromNetworkWhenRemovedWhileObtainingIpAddr()
3441 SupplicantState.COMPLETED)); in testWifiInfoUpdatedUponSupplicantStateChangedEvent()
3447 assertEquals(SupplicantState.COMPLETED, wifiInfo.getSupplicantState()); in testWifiInfoUpdatedUponSupplicantStateChangedEvent()
3483 SupplicantState.COMPLETED)); in testWifiInfoUpdatedUponSupplicantStateChangedEventWithWrongSsid()
[all …]
DWifiScoreCardTest.java448 mWifiInfo.setSupplicantState(SupplicantState.COMPLETED); in testFirmwareRoam()
470 mWifiScoreCard.noteSupplicantStateChanging(mWifiInfo, SupplicantState.COMPLETED); in testFirmwareRoam()
475 mWifiInfo.setSupplicantState(SupplicantState.COMPLETED); in testFirmwareRoam()
486 mWifiScoreCard.noteSupplicantStateChanging(mWifiInfo, SupplicantState.COMPLETED); in testFirmwareRoam()
489 mWifiInfo.setSupplicantState(SupplicantState.COMPLETED); in testFirmwareRoam()
DSupplicantStaIfaceHalAidlImplTest.java1011 StaIfaceCallbackState.COMPLETED, in testStateChangeToCompletedCallback()
1020 eq(TRANSLATED_SUPPLICANT_SSID), eq(BSSID), eq(0), eq(SupplicantState.COMPLETED)); in testStateChangeToCompletedCallback()
1039 stateChangeData.newState = StaIfaceCallbackState.COMPLETED; in testStateChangeToCompleted()
1055 eq(SupplicantState.COMPLETED)); in testStateChangeToCompleted()
1479 StaIfaceCallbackState.COMPLETED, in testAuthenticationTimeoutCallback()
2303 StaIfaceCallbackState.COMPLETED, in testStateChangeWithFilsHlpIESentToCompletedCallback()
2312 eq(TRANSLATED_SUPPLICANT_SSID), eq(BSSID), eq(0), eq(SupplicantState.COMPLETED)); in testStateChangeWithFilsHlpIESentToCompletedCallback()
DSupplicantStaIfaceHalHidlImplTest.java1203 ISupplicantStaIfaceCallback.State.COMPLETED, in testStateChangeToCompletedCallback()
1212 eq(TRANSLATED_SUPPLICANT_SSID), eq(BSSID), eq(0), eq(SupplicantState.COMPLETED)); in testStateChangeToCompletedCallback()
3701 ISupplicantStaIfaceCallback.State.COMPLETED, in testStateChangeV13ToCompletedCallback()
3710 any(WifiSsid.class), eq(BSSID), eq(0), eq(SupplicantState.COMPLETED)); in testStateChangeV13ToCompletedCallback()
3784 ISupplicantStaIfaceCallback.State.COMPLETED, in testStateChangeV13WithFilsHlpIESentToCompletedCallback()
3793 eq(TRANSLATED_SUPPLICANT_SSID), eq(BSSID), eq(0), eq(SupplicantState.COMPLETED)); in testStateChangeV13WithFilsHlpIESentToCompletedCallback()
/packages/modules/Bluetooth/system/bta/include/
Dbta_hearing_aid_api.h107 COMPLETED // Connection Update is completed successfully enumerator
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc599 case COMPLETED: in OnConnectionUpdateComplete()
615 hearingDevice->connection_update_status = COMPLETED; in OnConnectionUpdateComplete()
656 hearingDevice->connection_update_status == COMPLETED && in OnConnectionUpdateComplete()
1662 if (hearingDevice->connection_update_status == COMPLETED) { in GapCallback()
1913 if (hearingDevice->connection_update_status != COMPLETED) { in DoDisconnectCleanUp()
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/http/
DHttpFederatedProtocolTest.java666 .setResult(Result.COMPLETED) in testReportAndUploadResultSuccess()
772 .setResult(Result.COMPLETED) in testReportResult_unauthenticated()
816 .setResult(Result.COMPLETED) in testReportResult_withAttestation()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiStatusTest.java211 } else if(SupplicantState.COMPLETED.equals(supplicantState)) { in setSupplicantStateText()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/preview/
DPreviewViewModelTest.kt605 state = PlaybackState.COMPLETED, in testRemotePreviewSurfaceStateChangedCallbackEmitsUpdates()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/http/
DHttpFederatedProtocol.java391 if (result == Result.COMPLETED) {

12