Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallTest.java567 assertFalse(call.isCallSuppressedByDoNotDisturb()); in testIsSuppressedByDoNotDisturbExtra()
570 assertTrue(call.isCallSuppressedByDoNotDisturb()); in testIsSuppressedByDoNotDisturbExtra()
DRingerTest.java708 when(mockCall1.isCallSuppressedByDoNotDisturb()).thenReturn(true); in testShouldRingForContact_matchesCallFilterIsAlreadyComputed()
/packages/services/Telecomm/src/com/android/server/telecom/
DRinger.java661 return !call.isCallSuppressedByDoNotDisturb(); in shouldRingForContact()
DCall.java1497 public boolean isCallSuppressedByDoNotDisturb() { in isCallSuppressedByDoNotDisturb() method in Call