Home
last modified time | relevance | path

Searched refs:setShouldAllowCall (Results 1 – 14 of 14) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DDndCallFilteringTests.java52 .setShouldAllowCall(true)
59 .setShouldAllowCall(true)
66 .setShouldAllowCall(true)
DMissedInformationTest.java232 .setShouldAllowCall(true) in testCallFiltersTimeout()
250 .setShouldAllowCall(true) in testCallScreeningServiceSilence()
276 .setShouldAllowCall(true) in testShortRing()
295 .setShouldAllowCall(true) in testLongRing()
317 .setShouldAllowCall(true) in testLowRingVolume()
341 .setShouldAllowCall(true) in testNoVibrate()
369 .setShouldAllowCall(true) in testDndMode()
DCallScreeningServiceFilterTest.java93 .setShouldAllowCall(true)
101 .setShouldAllowCall(true)
125 .setShouldAllowCall(true) in setUp()
293 .setShouldAllowCall(false) in testDisallowCall()
331 .setShouldAllowCall(true) in testSilenceCall()
367 .setShouldAllowCall(true) in testScreenCallFurther()
DDirectToVoicemailFilterTest.java53 .setShouldAllowCall(true)
59 .setShouldAllowCall(false)
DBlockCheckerFilterTest.java67 .setShouldAllowCall(true)
73 .setShouldAllowCall(false)
DIncomingCallFilterGraphTest.java56 .setShouldAllowCall(true)
62 .setShouldAllowCall(false)
DCallsManagerTest.java2341 .setShouldAllowCall(true) in testHandleSilenceVsBackgroundScreeningOrdering()
2726 .setShouldAllowCall(false) in testCallScreeningServiceRequestShowNotification()
3760 .setShouldAllowCall(true) in testBindToBtServiceSeparately()
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallFilteringResult.java42 public Builder setShouldAllowCall(boolean shouldAllowCall) { in setShouldAllowCall() method in CallFilteringResult.Builder
106 .setShouldAllowCall(result.shouldAllowCall) in from()
210 .setShouldAllowCall(shouldAllowCall && other.shouldAllowCall) in combine()
239 .setShouldAllowCall(shouldAllowCall && other.shouldAllowCall) in getCombinedCallFilteringResult()
DCallScreeningServiceFilter.java95 .setShouldAllowCall(true) in allowCall()
121 .setShouldAllowCall(false) in disallowCall()
153 .setShouldAllowCall(true) in silenceCall()
189 .setShouldAllowCall(true) in screenCallFurther()
DBlockCheckerFilter.java188 .setShouldAllowCall(false) in completeResult()
200 .setShouldAllowCall(true) in completeResult()
DIncomingCallFilterGraph.java40 .setShouldAllowCall(true)
142 .setShouldAllowCall(true) in scheduleFilter()
DDndCallFilter.java63 .setShouldAllowCall(true) in startFilterLookup()
DDirectToVoicemailFilter.java52 .setShouldAllowCall(!info.shouldSendToVoicemail) in startFilterLookup()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java887 .setShouldAllowCall(true) in onSuccessfulIncomingCall()