/packages/services/Car/evs/app/ |
D | ConfigManager.cpp | 54 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() 95 … complete &= readChildNodeAsFloat("display", displayNode, "frontRange", &mFrontRangeInCarSpace); in initialize() 96 … complete &= readChildNodeAsFloat("display", displayNode, "rearRange", &mRearRangeInCarSpace); in initialize() 109 … complete &= readChildNodeAsFloat("graphic", graphicNode, "frontPixel", &mCarGraphicFrontPixel); in initialize() 110 … complete &= readChildNodeAsFloat("display", graphicNode, "rearPixel", &mCarGraphicRearPixel); in initialize() 187 return complete; in initialize()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | RingerTest.java | 154 mFuture.complete(false); // not using audio coupled haptics in testNoActionInTheaterMode() 168 mFuture.complete(false); // not using audio coupled haptics in testNoActionWithExternalRinger() 186 mFuture.complete(false); // not using audio coupled haptics in testNoActionWhenDialerRings() 202 mFuture.complete(false); // not using audio coupled haptics in testAudioFocusStillAcquiredWhenDialerRings() 219 mFuture.complete(false); // not using audio coupled haptics in testNoActionWhenCallIsSelfManaged() 235 mFuture.complete(false); // not using audio coupled haptics in testCallWaitingButNoRingForSpecificContacts() 258 mFuture.complete(true); in testNoVibrateDueToAudioCoupledHaptics() 274 mFuture.complete(false); // not using audio coupled haptics in testVibrateButNoRingForNullRingtone() 293 mFuture.complete(false); // not using audio coupled haptics in testVibrateButNoRingForSilentRingtone() 323 mFuture.complete(false); in testStopRingingBeforeHapticsLookupComplete() [all …]
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 213 complete(false); in nextStepInit() 245 complete(false); in nextStepInit() 303 complete(false); in nextStepDisconnect() 315 complete(false); in nextStepDisconnect() 423 complete(true); in nextStepConnect() 426 complete(false); in nextStepConnect() 438 complete(true); in nextStepConnect() 441 complete(false); in nextStepConnect() 456 complete(false); in startBonding() 460 complete(false); in startBonding() [all …]
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | PhoneAccountSuggestionHelper.java | 91 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()
|
D | AsyncRingtonePlayer.java | 179 mHapticsFuture.complete(false /* ringtoneHasHaptics */); 188 mHapticsFuture.complete(false /* ringtoneHasHaptics */); 204 mHapticsFuture.complete(false /* ringtoneHasHaptics */); 226 mHapticsFuture.complete(hasHaptics);
|
D | CallScreeningServiceHelper.java | 132 mFuture.complete(null); in bindAndGetCallIdentification() 148 mFuture.complete(null); in bindAndGetCallIdentification() 158 mFuture.complete(null); in bindAndGetCallIdentification() 170 mFuture.complete(null); in bindAndGetCallIdentification()
|
D | Ringer.java | 258 mBlockOnRingingFuture.complete(null); in startRinging() 341 mVibrateFuture.whenComplete((v, e) -> mBlockOnRingingFuture.complete(null)); in startRinging() 345 mBlockOnRingingFuture.complete(null); in startRinging()
|
D | CallerInfoLookupHelper.java | 97 callerInfoFuture.complete(new Pair<>(handle, null)); in startLookup() 108 callerInfoFuture.complete(new Pair<>(handle, info)); in startLookup()
|
D | CallsManager.java | 1672 userPreferredAccountForContact.complete(contactDefaultHandle); in findOutgoingCallPhoneAccount() 1674 userPreferredAccountForContact.complete(null); in findOutgoingCallPhoneAccount() 2093 mPendingCallConfirm.complete(null); 2097 mPendingAccountSelection.complete(null); 2336 mPendingAccountSelection.complete(Pair.create(call, account)); 3791 mPendingCallConfirm.complete(mPendingCall); 3811 mPendingCallConfirm.complete(null); 3828 confirmationFuture.complete(null);
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | ActionMonitor.java | 200 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()
|
D | SyncMessagesAction.java | 382 syncManager.complete(); in processBackgroundResponse() 494 syncManager.complete(); in processBackgroundResponse()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | PhonebookPullRequest.java | 38 public boolean complete = false; field in PhonebookPullRequest 94 complete = true; in onPullComplete()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/sync/ |
D | VvmNetworkRequest.java | 110 future.complete(new NetworkWrapper(network, this)); in onAvailable() 116 future.complete(null); in onFailed()
|
/packages/apps/Nfc/src/com/android/nfc/beam/ |
D | BluetoothOppHandover.java | 94 void complete() { in complete() method in BluetoothOppHandover 126 complete(); in sendIntent()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarLocationService.java | 214 future.complete(null); in onStateChanged() 221 future.complete(null); in onStateChanged() 227 future.complete(null); in onStateChanged()
|
D | BluetoothDeviceConnectionPolicy.java | 83 future.complete(null);
|
/packages/apps/Dialer/java/com/android/voicemail/impl/sms/ |
D | StatusSmsFetcher.java | 120 future.complete(sms.getFields()); in onReceive() 140 future.complete(translatedBundle); in onReceive()
|
/packages/apps/WallpaperPicker/src/com/android/photos/views/ |
D | TiledImageView.java | 191 boolean complete = mRenderer.image.draw(mCanvas); in onDrawFrame() 192 if (complete && readyCallback != null) { in onDrawFrame()
|
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
D | AoapServiceManager.java | 207 mConnected.complete(null); in onServiceConnected() 239 boolean res = response.complete(message.getData()); in onResponse()
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
D | TiledImageView.java | 308 boolean complete = mRenderer.image.draw(mCanvas); in onDrawFrame() 309 if (complete && readyCallback != null) { in onDrawFrame()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestPredicate.java | 46 mFuture.complete(t); in test()
|
/packages/apps/Car/Cluster/src/android/car/cluster/ |
D | ImageResolver.java | 126 future.complete(bitmaps); in getBitmaps()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/ |
D | StorageWizardFormatProgress.java | 105 result.complete(extras); in doInBackground()
|
/packages/services/Car/service/src/com/android/car/garagemode/ |
D | GarageMode.java | 168 mFuture.complete(null); in finish()
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | StorageWizardFormatProgress.java | 107 result.complete(extras); in doInBackground()
|