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/
DDndCallFilteringTests.java54 .setShouldShowNotification(true)
61 .setShouldShowNotification(true)
68 .setShouldShowNotification(true)
DCallScreeningServiceFilterTest.java96 .setShouldShowNotification(true)
104 .setShouldShowNotification(true)
128 .setShouldShowNotification(true) in setUp()
297 .setShouldShowNotification(true) in testDisallowCall()
335 .setShouldShowNotification(true) in testSilenceCall()
DDirectToVoicemailFilterTest.java56 .setShouldShowNotification(true)
62 .setShouldShowNotification(true)
DBlockCheckerFilterTest.java70 .setShouldShowNotification(true)
77 .setShouldShowNotification(false)
DIncomingCallFilterGraphTest.java60 .setShouldShowNotification(true).build();
66 .setShouldShowNotification(true).build();
DCallsManagerTest.java2346 .setShouldShowNotification(true) in testHandleSilenceVsBackgroundScreeningOrdering()
2731 .setShouldShowNotification(true).build(); in testCallScreeningServiceRequestShowNotification()
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallFilteringResult.java57 public Builder setShouldShowNotification(boolean shouldShowNotification) { in setShouldShowNotification() method in CallFilteringResult.Builder
109 .setShouldShowNotification(result.shouldShowNotification) in from()
214 .setShouldShowNotification(shouldShowNotification && other.shouldShowNotification) in combine()
243 .setShouldShowNotification(shouldShowNotification && other.shouldShowNotification) in getCombinedCallFilteringResult()
DCallScreeningServiceFilter.java99 .setShouldShowNotification(mPriorStageResult.shouldShowNotification) in allowCall()
126 .setShouldShowNotification(!response.shouldSkipNotification()) in disallowCall()
157 .setShouldShowNotification(true) in silenceCall()
DBlockCheckerFilter.java191 .setShouldShowNotification(false) in completeResult()
204 .setShouldShowNotification(true) in completeResult()
DIncomingCallFilterGraph.java43 .setShouldShowNotification(true)
146 .setShouldShowNotification(true) in scheduleFilter()
DDndCallFilter.java65 .setShouldShowNotification(true) in startFilterLookup()
DDirectToVoicemailFilter.java55 .setShouldShowNotification(true) in startFilterLookup()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java890 .setShouldShowNotification(true) in onSuccessfulIncomingCall()