Searched refs:shouldRingForContact (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | Ringer.java | 328 final boolean shouldRingForContact = attributes.shouldRingForContact(); in startRinging() 334 maybeStartVibration(foregroundCall, shouldRingForContact, effect, in startRinging() 340 maybeStartVibration(foregroundCall, shouldRingForContact, effect, in startRinging() 355 maybeStartVibration(foregroundCall, attributes.shouldRingForContact(), effect, in startRinging() 362 private void maybeStartVibration(Call foregroundCall, boolean shouldRingForContact, in maybeStartVibration() argument 365 && !mIsVibrating && shouldRingForContact) { in maybeStartVibration() 472 private boolean shouldRingForContact(Uri contactUri) { in shouldRingForContact() method in Ringer 536 boolean shouldRingForContact = shouldRingForContact(call.getContactUri()); in getRingerAttributes() 545 boolean isRingerAudible = isVolumeOverZero && shouldRingForContact && isRingtonePresent; in getRingerAttributes() 551 isVolumeOverZero, shouldRingForContact, isRingtonePresent); in getRingerAttributes() [all …]
|
D | RingerAttributes.java | 54 public RingerAttributes.Builder setShouldRingForContact(boolean shouldRingForContact) { in setShouldRingForContact() argument 55 mShouldRingForContact = shouldRingForContact; in setShouldRingForContact() 81 boolean shouldRingForContact, boolean silentRingingRequested) { in RingerAttributes() argument 87 mShouldRingForContact = shouldRingForContact; in RingerAttributes() 111 public boolean shouldRingForContact() { in shouldRingForContact() method in RingerAttributes
|