Home
last modified time | relevance | path

Searched refs:setShouldShowNotification (Results 1 – 13 of 13) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DIncomingCallFilterTest.java75 .setShouldShowNotification(true)
83 .setShouldShowNotification(false)
94 .setShouldShowNotification(true)
105 .setShouldShowNotification(true)
215 .setShouldShowNotification(false) in testMultipleFiltersForAsyncBlockCheckFilter()
246 .setShouldShowNotification(true) in testMultipleFiltersForDirectToVoicemailCallFilter()
274 .setShouldShowNotification(true) in testMultipleFiltersForCallScreeningServiceFilter()
DCallScreeningServiceFilterTest.java92 .setShouldShowNotification(true)
110 .setShouldShowNotification(true) in setUp()
240 .setShouldShowNotification(true) in testDisallowCall()
274 .setShouldShowNotification(true) in testSilenceCall()
DDirectToVoicemailFilterTest.java57 .setShouldShowNotification(true)
63 .setShouldShowNotification(true)
DBlockCheckerFilterTest.java70 .setShouldShowNotification(true)
76 .setShouldShowNotification(false)
DIncomingCallFilterGraphTest.java59 .setShouldShowNotification(true).build();
65 .setShouldShowNotification(true).build();
DCallsManagerTest.java1341 .setShouldShowNotification(true) in testHandleSilenceVsBackgroundScreeningOrdering()
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallFilteringResult.java53 public Builder setShouldShowNotification(boolean shouldShowNotification) { in setShouldShowNotification() method in CallFilteringResult.Builder
93 .setShouldShowNotification(result.shouldShowNotification) in from()
185 .setShouldShowNotification(shouldShowNotification && other.shouldShowNotification) in combine()
210 .setShouldShowNotification(shouldShowNotification && other.shouldShowNotification) in getCombinedCallFilteringResult()
DBlockCheckerFilter.java128 .setShouldShowNotification(false) in completeResult()
140 .setShouldShowNotification(true) in completeResult()
DIncomingCallFilterGraph.java43 .setShouldShowNotification(true)
145 .setShouldShowNotification(true) in scheduleFilter()
DCallScreeningServiceFilter.java95 .setShouldShowNotification(shouldShowNotification) in disallowCall()
123 .setShouldShowNotification(true) in silenceCall()
DDirectToVoicemailFilter.java55 .setShouldShowNotification(true) in startFilterLookup()
DIncomingCallFilter.java61 .setShouldShowNotification(true)
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java667 .setShouldShowNotification(true) in onSuccessfulIncomingCall()