Home
last modified time | relevance | path

Searched refs:setShouldAddToCallLog (Results 1 – 13 of 13) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DDndCallFilteringTests.java53 .setShouldAddToCallLog(true)
60 .setShouldAddToCallLog(true)
67 .setShouldAddToCallLog(true)
DCallScreeningServiceFilterTest.java95 .setShouldAddToCallLog(true)
103 .setShouldAddToCallLog(true)
127 .setShouldAddToCallLog(true) in setUp()
296 .setShouldAddToCallLog(true) in testDisallowCall()
334 .setShouldAddToCallLog(true) in testSilenceCall()
DDirectToVoicemailFilterTest.java55 .setShouldAddToCallLog(true)
61 .setShouldAddToCallLog(true)
DBlockCheckerFilterTest.java69 .setShouldAddToCallLog(true)
76 .setShouldAddToCallLog(true)
DIncomingCallFilterGraphTest.java59 .setShouldAddToCallLog(true)
65 .setShouldAddToCallLog(true)
DCallsManagerTest.java2345 .setShouldAddToCallLog(true) in testHandleSilenceVsBackgroundScreeningOrdering()
2730 .setShouldAddToCallLog(true) in testCallScreeningServiceRequestShowNotification()
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallFilteringResult.java52 public Builder setShouldAddToCallLog(boolean shouldAddToCallLog) { in setShouldAddToCallLog() method in CallFilteringResult.Builder
108 .setShouldAddToCallLog(result.shouldAddToCallLog) in from()
213 .setShouldAddToCallLog(shouldAddToCallLog && other.shouldAddToCallLog) in combine()
242 .setShouldAddToCallLog(shouldAddToCallLog && other.shouldAddToCallLog) in getCombinedCallFilteringResult()
DCallScreeningServiceFilter.java98 .setShouldAddToCallLog(mPriorStageResult.shouldAddToCallLog) in allowCall()
124 .setShouldAddToCallLog(!response.shouldSkipCallLog() in disallowCall()
156 .setShouldAddToCallLog(true) in silenceCall()
DBlockCheckerFilter.java190 .setShouldAddToCallLog(true) in completeResult()
203 .setShouldAddToCallLog(true) in completeResult()
DIncomingCallFilterGraph.java42 .setShouldAddToCallLog(true)
145 .setShouldAddToCallLog(true) in scheduleFilter()
DDndCallFilter.java64 .setShouldAddToCallLog(true) in startFilterLookup()
DDirectToVoicemailFilter.java54 .setShouldAddToCallLog(true) in startFilterLookup()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java889 .setShouldAddToCallLog(true) in onSuccessfulIncomingCall()