Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DRinger.java215 public boolean startRinging(Call foregroundCall, boolean isHfpDeviceAttached) { in startRinging() argument
234 .supplyAsync(() -> getRingerAttributes(foregroundCall, isHfpDeviceAttached), in startRinging()
529 private RingerAttributes getRingerAttributes(Call call, boolean isHfpDeviceAttached) { in getRingerAttributes() argument
579 isRingerAudible || (isHfpDeviceAttached && shouldRingForContact) || isSelfManaged; in getRingerAttributes()