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.java94 .setShouldAllowCall(true)
102 .setShouldAllowCall(true)
126 .setShouldAllowCall(true) in setUp()
294 .setShouldAllowCall(false) in testDisallowCall()
332 .setShouldAllowCall(true) in testSilenceCall()
368 .setShouldAllowCall(true) in testScreenCallFurther()
DDirectToVoicemailFilterTest.java53 .setShouldAllowCall(true)
59 .setShouldAllowCall(false)
DBlockCheckerFilterTest.java67 .setShouldAllowCall(true)
73 .setShouldAllowCall(false)
DIncomingCallFilterGraphTest.java63 .setShouldAllowCall(true)
69 .setShouldAllowCall(false)
DCallsManagerTest.java2348 .setShouldAllowCall(true) in testHandleSilenceVsBackgroundScreeningOrdering()
2733 .setShouldAllowCall(false) in testCallScreeningServiceRequestShowNotification()
3767 .setShouldAllowCall(true) in testBindToBtServiceSeparately()
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallScreeningServiceFilter.java95 .setShouldAllowCall(true) in allowCall()
121 .setShouldAllowCall(false) in disallowCall()
153 .setShouldAllowCall(true) in silenceCall()
189 .setShouldAllowCall(true) in screenCallFurther()
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()
DIncomingCallFilterGraph.java41 .setShouldAllowCall(true)
167 .setShouldAllowCall(true) in scheduleFilter()
DBlockCheckerFilter.java198 .setShouldAllowCall(false) in completeResult()
210 .setShouldAllowCall(true) in completeResult()
DDndCallFilter.java63 .setShouldAllowCall(true) in startFilterLookup()
DDirectToVoicemailFilter.java52 .setShouldAllowCall(!info.shouldSendToVoicemail) in startFilterLookup()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java994 .setShouldAllowCall(true) in onSuccessfulIncomingCall()