Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DRinger.java289 effect = getVibrationEffectForCall(mRingtoneFactory, foregroundCall); in startRinging()
309 effect = getVibrationEffectForCall(mRingtoneFactory, foregroundCall); in startRinging()
371 private VibrationEffect getVibrationEffectForCall(RingtoneFactory factory, Call call) { in getVibrationEffectForCall() method in Ringer