Home
last modified time | relevance | path

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

1234

/packages/services/Car/evs/support_library/
DConfigManager.cpp58 bool complete = true; in initialize() local
83 complete &= readChildNodeAsFloat("car", car, "width", &mCarWidth); in initialize()
84 complete &= readChildNodeAsFloat("car", car, "wheelBase", &mWheelBase); in initialize()
85 complete &= readChildNodeAsFloat("car", car, "frontExtent", &mFrontExtent); in initialize()
86 complete &= readChildNodeAsFloat("car", car, "rearExtent", &mRearExtent); in initialize()
99complete &= readChildNodeAsFloat("display", displayNode, "frontRange", &mFrontRangeInCarSpace); in initialize()
100complete &= readChildNodeAsFloat("display", displayNode, "rearRange", &mRearRangeInCarSpace); in initialize()
113complete &= readChildNodeAsFloat("graphic", graphicNode, "frontPixel", &mCarGraphicFrontPixel); in initialize()
114complete &= readChildNodeAsFloat("display", graphicNode, "rearPixel", &mCarGraphicRearPixel); in initialize()
191 return complete; in initialize()
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallScreeningServiceFilter.java75 mResultFuture.complete(mPriorStageResult); in allowCall()
104 mResultFuture.complete(result); in disallowCall()
107 mResultFuture.complete(mPriorStageResult); in disallowCall()
131 mResultFuture.complete(result); in silenceCall()
134 mResultFuture.complete(mPriorStageResult); in silenceCall()
164 mResultFuture.complete(result); in screenCallFurther()
167 mResultFuture.complete(mPriorStageResult); in screenCallFurther()
194 mResultFuture.complete(mPriorStageResult); in onServiceConnected()
202 mResultFuture.complete(mPriorStageResult); in onServiceDisconnected()
208 mResultFuture.complete(mPriorStageResult); in onBindingDied()
[all …]
DDirectToVoicemailFilter.java51 resultFuture.complete(new CallFilteringResult.Builder() in startFilterLookup()
70 resultFuture.complete(IncomingCallFilterGraph.DEFAULT_RESULT); in startFilterLookup()
/packages/services/Car/evs/apps/default/
DConfigManager.cpp54 bool complete = true; in initialize() local
79 complete &= readChildNodeAsFloat("car", car, "width", &mCarWidth); in initialize()
80 complete &= readChildNodeAsFloat("car", car, "wheelBase", &mWheelBase); in initialize()
81 complete &= readChildNodeAsFloat("car", car, "frontExtent", &mFrontExtent); in initialize()
82 complete &= readChildNodeAsFloat("car", car, "rearExtent", &mRearExtent); in initialize()
118complete &= readChildNodeAsFloat("graphic", graphicNode, "frontPixel", &mCarGraphicFrontPixel); in initialize()
119complete &= readChildNodeAsFloat("display", graphicNode, "rearPixel", &mCarGraphicRearPixel); in initialize()
196 return complete; in initialize()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DRingerTest.java161 mFuture.complete(false); // not using audio coupled haptics in testNoActionInTheaterMode()
175 mFuture.complete(false); // not using audio coupled haptics in testNoActionWithExternalRinger()
193 mFuture.complete(false); // not using audio coupled haptics in testNoActionWhenDialerRings()
209 mFuture.complete(false); // not using audio coupled haptics in testAudioFocusStillAcquiredWhenDialerRings()
226 mFuture.complete(false); // not using audio coupled haptics in testNoActionWhenCallIsSelfManaged()
242 mFuture.complete(false); // not using audio coupled haptics in testCallWaitingButNoRingForSpecificContacts()
265 mFuture.complete(true); in testNoVibrateDueToAudioCoupledHaptics()
281 mFuture.complete(false); // not using audio coupled haptics in testVibrateButNoRingForNullRingtone()
300 mFuture.complete(false); // not using audio coupled haptics in testVibrateButNoRingForSilentRingtone()
330 mFuture.complete(false); in testStopRingingBeforeHapticsLookupComplete()
[all …]
DIncomingCallFilterGraphTest.java95 handler.postDelayed(() -> resultFuture.complete(PASS_CALL_RESULT), in startFilterLookup()
115 CallFilterResultCallback listener = (call, result) -> testResult.complete(result); in testEmptyGraph()
128 CallFilterResultCallback listener = (call, result) -> testResult.complete(result); in testFiltersPerformOrder()
146 CallFilterResultCallback listener = (call, result) -> testResult.complete(result); in testFiltersPerformInParallel()
165 CallFilterResultCallback listener = (call, result) -> testResult.complete(result); in testFiltersTimeout()
/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java213 complete(false); in nextStepInit()
247 complete(false); in nextStepInit()
305 complete(false); in nextStepDisconnect()
317 complete(false); in nextStepDisconnect()
425 complete(true); in nextStepConnect()
428 complete(false); in nextStepConnect()
440 complete(true); in nextStepConnect()
443 complete(false); in nextStepConnect()
458 complete(false); in startBonding()
462 complete(false); in startBonding()
[all …]
/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountSuggestionHelper.java91 future.complete( in bindAndGetSuggestions()
94 future.complete( in bindAndGetSuggestions()
105 future.complete(getDefaultSuggestions(availablePhoneAccounts)); in bindAndGetSuggestions()
120 future.complete(getDefaultSuggestions(availablePhoneAccounts)); in bindAndGetSuggestions()
129 future.complete(getDefaultSuggestions(availablePhoneAccounts)); in bindAndGetSuggestions()
141 future.complete(getDefaultSuggestions(availablePhoneAccounts)); in bindAndGetSuggestions()
DAsyncRingtonePlayer.java163 mHapticsFuture.complete(false /* ringtoneHasHaptics */);
174 mHapticsFuture.complete(false /* ringtoneHasHaptics */);
193 mHapticsFuture.complete(false /* ringtoneHasHaptics */);
217 mHapticsFuture.complete(hasHaptics);
DCallScreeningServiceHelper.java138 mFuture.complete(null); in bindAndGetCallIdentification()
154 mFuture.complete(null); in bindAndGetCallIdentification()
164 mFuture.complete(null); in bindAndGetCallIdentification()
176 mFuture.complete(null); in bindAndGetCallIdentification()
DRinger.java268 mBlockOnRingingFuture.complete(null); in startRinging()
338 mVibrateFuture.whenComplete((v, e) -> mBlockOnRingingFuture.complete(null)); in startRinging()
342 mBlockOnRingingFuture.complete(null); in startRinging()
DCallerInfoLookupHelper.java94 callerInfoFuture.complete(new Pair<>(handle, null)); in startLookup()
105 callerInfoFuture.complete(new Pair<>(handle, info)); in startLookup()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DActionMonitor.java200 boolean complete = false; in isComplete()
202 complete = (mState == STATE_COMPLETE); in isComplete()
204 return complete; in isComplete()
294 private final void complete(final Action action, in complete() method in ActionMonitor
346 monitor.complete(action, expectedOldState, result, succeeded); in setCompleteState()
/packages/services/Car/tests/OccupantAwareness/src/com/android/car/test/
DOccupantAwarenessServiceIntegrationTest.java119 mFutureDriverDetection.complete(event); in onDetectionEvent()
122 mFuturePassengerDetection.complete(event); in onDetectionEvent()
129 mFutureStatus.complete(systemStatus); in onSystemStateChanged()
DOccupantAwarenessSystemServiceTest.java295 mFutureStatus.complete(systemStatusEvent); in registerCallbackToService()
299 mFutureDetection.complete(detectionEvent); in registerCallbackToService()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPhonebookPullRequest.java38 public boolean complete = false; field in PhonebookPullRequest
94 complete = true; in onPullComplete()
/packages/apps/Dialer/java/com/android/voicemail/impl/sync/
DVvmNetworkRequest.java110 future.complete(new NetworkWrapper(network, this)); in onAvailable()
116 future.complete(null); in onFailed()
/packages/apps/Nfc/src/com/android/nfc/beam/
DBluetoothOppHandover.java94 void complete() { in complete() method in BluetoothOppHandover
126 complete(); in sendIntent()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/users/
DUserHelperTest.java495 future.complete(new UserCreationResult(UserCreationResult.STATUS_ANDROID_FAILURE, in mockCreateUserFail()
503 future.complete(new UserCreationResult(status, userInfo, null)); in mockCreateUser()
509 future.complete(new UserCreationResult(status, userInfo, null)); in mockCreateGuest()
515 future.complete(new UserSwitchResult(UserSwitchResult.STATUS_SUCCESSFUL, null)); in mockSwitchUserSuccess()
/packages/apps/Dialer/java/com/android/voicemail/impl/sms/
DStatusSmsFetcher.java120 future.complete(sms.getFields()); in onReceive()
140 future.complete(translatedBundle); in onReceive()
/packages/services/Car/car-lib/src/android/car/user/
DExperimentalCarUserManager.java86 future.complete(new UserCreationResult(UserCreationResult.STATUS_HAL_INTERNAL_FAILURE, in createDriver()
139 future.complete( in switchDriver()
DCarUserManager.java242 future.complete(new UserSwitchResult(status, null)); in newSwitchResuiltForFailure()
280 future.complete(new UserCreationResult(UserCreationResult.STATUS_HAL_INTERNAL_FAILURE, in createUser()
513 future.complete(UserIdentificationAssociationResponse.forFailure()); in setUserIdentificationAssociation()
/packages/apps/WallpaperPicker/src/com/android/photos/views/
DTiledImageView.java191 boolean complete = mRenderer.image.draw(mCanvas); in onDrawFrame()
192 if (complete && readyCallback != null) { in onDrawFrame()
/packages/services/Car/service/src/com/android/car/
DCarLocationService.java226 future.complete(null); in onStateChanged()
243 future.complete(null); in onStateChanged()
249 future.complete(null); in onStateChanged()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DExperimentalCarUserManagerUnitTest.java190 future.complete(new UserCreationResult(UserCreationResult.STATUS_SUCCESSFUL, in expectCreateDriverSucceed()
214 future.complete(new UserSwitchResult(UserSwitchResult.STATUS_SUCCESSFUL, null)); in expectSwitchDriverSucceed()

1234