Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DRinger.java276 CompletableFuture<Boolean> hapticsFuture = null; in startRinging() local
303 hapticsFuture = mRingtonePlayer.play(mRingtoneFactory, foregroundCall, in startRinging()
307 hapticsFuture = mRingtonePlayer.play(mRingtoneFactory, foregroundCall, null, in startRinging()
320 if (hapticsFuture != null) { in startRinging()
321 mVibrateFuture = hapticsFuture.thenAccept(isUsingAudioCoupledHaptics -> { in startRinging()