Searched refs:wasDndCheckComputedForCall (Results 1 – 6 of 6) sorted by relevance
662 when(mockCall1.wasDndCheckComputedForCall()).thenReturn(false); in testShouldRingForContact_CallSuppressed()686 when(mockCall1.wasDndCheckComputedForCall()).thenReturn(false); in testShouldRingForContact_CallShouldRing()707 when(mockCall1.wasDndCheckComputedForCall()).thenReturn(true); in testShouldRingForContact_matchesCallFilterIsAlreadyComputed()721 when(mockCall2.wasDndCheckComputedForCall()).thenReturn(false); in testNoFlashNotificationWhenCallSuppressed()736 when(mockCall2.wasDndCheckComputedForCall()).thenReturn(false); in testStartFlashNotificationWhenRingStarts()762 when(mockCall2.wasDndCheckComputedForCall()).thenReturn(false); in testStopFlashNotificationWhenRingStops()
79 when(mCall.wasDndCheckComputedForCall()).thenReturn(false); in setUp()
566 assertFalse(call.wasDndCheckComputedForCall()); in testIsSuppressedByDoNotDisturbExtra()569 assertTrue(call.wasDndCheckComputedForCall()); in testIsSuppressedByDoNotDisturbExtra()
365 doReturn(false).when(mIncomingCall).wasDndCheckComputedForCall(); in testDndMode()
659 if (call.wasDndCheckComputedForCall()) { in shouldRingForContact()
1504 public boolean wasDndCheckComputedForCall() { in wasDndCheckComputedForCall() method in Call