Home
last modified time | relevance | path

Searched defs:shouldRingForContact (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DRingerAttributes.java55 public RingerAttributes.Builder setShouldRingForContact(boolean shouldRingForContact) { in setShouldRingForContact()
88 boolean shouldRingForContact, boolean silentRingingRequested, in RingerAttributes()
120 public boolean shouldRingForContact() { in shouldRingForContact() method in RingerAttributes
DRinger.java657 public boolean shouldRingForContact(Call call) { in shouldRingForContact() method in Ringer
689 private boolean isVibratorEnabled(Context context, boolean shouldRingForContact) { in isVibratorEnabled()