Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
H A 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()
H A DCallScreeningServiceFilter.java98 .setShouldShowNotification(mPriorStageResult.shouldShowNotification) in allowCall()
125 .setShouldShowNotification(!response.shouldSkipNotification()) in disallowCall()
156 .setShouldShowNotification(true) in silenceCall()
H A DBlockCheckerFilter.java128 .setShouldShowNotification(false) in completeResult()
140 .setShouldShowNotification(true) in completeResult()
H A DIncomingCallFilterGraph.java43 .setShouldShowNotification(true)
145 .setShouldShowNotification(true) in scheduleFilter()
H A DDirectToVoicemailFilter.java55 .setShouldShowNotification(true) in startFilterLookup()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallScreeningServiceFilterTest.java94 .setShouldShowNotification(true)
102 .setShouldShowNotification(true)
122 .setShouldShowNotification(true) in setUp()
289 .setShouldShowNotification(true) in testDisallowCall()
327 .setShouldShowNotification(true) in testSilenceCall()
H A DDirectToVoicemailFilterTest.java57 .setShouldShowNotification(true)
63 .setShouldShowNotification(true)
H A DBlockCheckerFilterTest.java70 .setShouldShowNotification(true)
76 .setShouldShowNotification(false)
H A DIncomingCallFilterGraphTest.java59 .setShouldShowNotification(true).build();
65 .setShouldShowNotification(true).build();
H A DCallsManagerTest.java1409 .setShouldShowNotification(true) in testHandleSilenceVsBackgroundScreeningOrdering()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallsManager.java683 .setShouldShowNotification(true) in onSuccessfulIncomingCall()