Searched refs:wasDndCheckComputedForCall (Results 1 – 6 of 6) sorted by relevance
720 when(mockCall1.wasDndCheckComputedForCall()).thenReturn(false); in testShouldRingForContact_CallSuppressed()744 when(mockCall1.wasDndCheckComputedForCall()).thenReturn(false); in testShouldRingForContact_CallShouldRing()765 when(mockCall1.wasDndCheckComputedForCall()).thenReturn(true); in testShouldRingForContact_matchesCallFilterIsAlreadyComputed()779 when(mockCall2.wasDndCheckComputedForCall()).thenReturn(false); in testNoFlashNotificationWhenCallSuppressed()794 when(mockCall2.wasDndCheckComputedForCall()).thenReturn(false); in testStartFlashNotificationWhenRingStarts()820 when(mockCall2.wasDndCheckComputedForCall()).thenReturn(false); in testStopFlashNotificationWhenRingStops()
79 when(mCall.wasDndCheckComputedForCall()).thenReturn(false); in setUp()
365 doReturn(false).when(mIncomingCall).wasDndCheckComputedForCall(); in testDndMode()
662 assertFalse(call.wasDndCheckComputedForCall()); in testIsSuppressedByDoNotDisturbExtra()665 assertTrue(call.wasDndCheckComputedForCall()); in testIsSuppressedByDoNotDisturbExtra()
704 if (call.wasDndCheckComputedForCall()) { in shouldRingForContact()
1573 public boolean wasDndCheckComputedForCall() { in wasDndCheckComputedForCall() method in Call