Searched refs:isHfpDeviceAttached (Results 1 – 2 of 2) sorted by relevance
273 public boolean startRinging(Call foregroundCall, boolean isHfpDeviceAttached) { in startRinging() argument295 .supplyAsync(() -> getRingerAttributes(foregroundCall, isHfpDeviceAttached), in startRinging()491 mRingtonePlayer.play(ringtoneInfoSupplier, afterRingtoneLogic, isHfpDeviceAttached); in startRinging()701 private RingerAttributes getRingerAttributes(Call call, boolean isHfpDeviceAttached) { in getRingerAttributes() argument754 ((isHfpDeviceAttached && shouldRingForContact) || isSelfManaged); in getRingerAttributes()
795 private boolean startRingingAndWaitForAsync(Call mockCall2, boolean isHfpDeviceAttached) in startRingingAndWaitForAsync() argument797 boolean result = mRingerUnderTest.startRinging(mockCall2, isHfpDeviceAttached); in startRingingAndWaitForAsync()