Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DRinger.java149 private RingtoneFactory mRingtoneFactory; field in Ringer
183 mRingtoneFactory = ringtoneFactory; in Ringer()
226 boolean isRingtonePresent = !(mRingtoneFactory.getRingtone(foregroundCall) == null); in startRinging()
289 effect = getVibrationEffectForCall(mRingtoneFactory, foregroundCall); in startRinging()
303 hapticsFuture = mRingtonePlayer.play(mRingtoneFactory, foregroundCall, in startRinging()
307 hapticsFuture = mRingtonePlayer.play(mRingtoneFactory, foregroundCall, null, in startRinging()
309 effect = getVibrationEffectForCall(mRingtoneFactory, foregroundCall); in startRinging()