Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallFilteringResult.java56 public Builder setShouldShowNotification(boolean shouldShowNotification) { in setShouldShowNotification() method in CallFilteringResult.Builder
103 .setShouldShowNotification(result.shouldShowNotification) in from()
203 .setShouldShowNotification(shouldShowNotification && other.shouldShowNotification) in combine()
230 .setShouldShowNotification(shouldShowNotification && other.shouldShowNotification) in getCombinedCallFilteringResult()
DCallScreeningServiceFilter.java98 .setShouldShowNotification(mPriorStageResult.shouldShowNotification) in allowCall()
125 .setShouldShowNotification(!response.shouldSkipNotification()) in disallowCall()
156 .setShouldShowNotification(true) in silenceCall()
DIncomingCallFilterGraph.java43 .setShouldShowNotification(true)
145 .setShouldShowNotification(true) in scheduleFilter()
DBlockCheckerFilter.java128 .setShouldShowNotification(false) in completeResult()
140 .setShouldShowNotification(true) in completeResult()
DDirectToVoicemailFilter.java55 .setShouldShowNotification(true) in startFilterLookup()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallScreeningServiceFilterTest.java93 .setShouldShowNotification(true)
101 .setShouldShowNotification(true)
121 .setShouldShowNotification(true) in setUp()
270 .setShouldShowNotification(true) in testDisallowCall()
308 .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.java1409 .setShouldShowNotification(true) in testHandleSilenceVsBackgroundScreeningOrdering()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java683 .setShouldShowNotification(true) in onSuccessfulIncomingCall()