/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | SupplicantState.java | 136 COMPLETED, enumConstant 183 case COMPLETED: in isHandshakeState() 205 case COMPLETED: in isConnecting() 232 case COMPLETED: in isDriverActive()
|
D | WifiInfo.java | 111 stateMap.put(SupplicantState.COMPLETED, DetailedState.OBTAINING_IPADDR); in stateMap.put() argument
|
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/selectabledeletion/ |
D | DeletionViewModel.kt | 71 _deletionProgress.value = (DeletionProgress.COMPLETED) in delete() 103 COMPLETED,
|
D | DeletionFragment.kt | 70 DeletionViewModel.DeletionProgress.COMPLETED -> { in <lambda>()
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/cloudmedia/ |
D | MediaPreloaderViewModel.kt | 50 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/ |
D | FlingUpDownMethod.java | 98 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/ |
D | DeletionFragmentTest.kt | 131 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/ |
D | PlaybackState.kt | 40 COMPLETED(PLAYBACK_STATE_COMPLETED),
|
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/training/util/ |
D | ComputationResult.java | 61 return Result.COMPLETED; in convertToResult()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SupplicantStateTracker.java | 193 case COMPLETED: in transitionOnSupplicantStateChange() 232 case COMPLETED: in supplicantStateToBatteryStatsSupplicantState()
|
D | SupplicantStaIfaceCallbackHidlImpl.java | 104 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()
|
D | SupplicantStaIfaceCallbackAidlImpl.java | 156 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/ |
D | ExecutionBuilder.h | 144 return mState == State::COMPLETED; in completed() 230 enum class State { PREPARATION, COMPUTATION, COMPLETED }; enumerator
|
D | ExecutionBuilder.cpp | 571 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/ |
D | WifiNetworkSelectorTest.java | 411 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 …]
|
D | ClientModeImplTest.java | 1256 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 …]
|
D | WifiScoreCardTest.java | 448 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()
|
D | SupplicantStaIfaceHalAidlImplTest.java | 1011 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()
|
D | SupplicantStaIfaceHalHidlImplTest.java | 1203 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/ |
D | bta_hearing_aid_api.h | 107 COMPLETED // Connection Update is completed successfully enumerator
|
/packages/modules/Bluetooth/system/bta/hearing_aid/ |
D | hearing_aid.cc | 599 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/ |
D | HttpFederatedProtocolTest.java | 666 .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/ |
D | WifiStatusTest.java | 211 } else if(SupplicantState.COMPLETED.equals(supplicantState)) { in setSupplicantStateText()
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/preview/ |
D | PreviewViewModelTest.kt | 605 state = PlaybackState.COMPLETED, in testRemotePreviewSurfaceStateChangedCallbackEmitsUpdates()
|
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/http/ |
D | HttpFederatedProtocol.java | 391 if (result == Result.COMPLETED) {
|