Searched defs:startRinging (Results 1 - 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DRinger.java100 public boolean startRinging(Call foregroundCall, boolean isHfpDeviceAttached) { method in class:Ringer
102 Log.wtf(this, "startRinging called with null foreground call.");
147 Log.i(this, "startRinging: skipping because ringer would not be audible. " +
H A DCallAudioManager.java426 public boolean startRinging() { method in class:CallAudioManager
427 return mRinger.startRinging(mForegroundCall,

Completed in 74 milliseconds