Home
last modified time | relevance | path

Searched refs:shouldAllowCall (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallFilteringResult.java42 public Builder setShouldAllowCall(boolean shouldAllowCall) { in setShouldAllowCall() argument
43 mShouldAllowCall = shouldAllowCall; in setShouldAllowCall()
106 .setShouldAllowCall(result.shouldAllowCall) in from()
130 public boolean shouldAllowCall; field in CallFilteringResult
144 private CallFilteringResult(boolean shouldAllowCall, boolean shouldReject, boolean in CallFilteringResult() argument
151 this.shouldAllowCall = shouldAllowCall; in CallFilteringResult()
210 .setShouldAllowCall(shouldAllowCall && other.shouldAllowCall) in combine()
239 .setShouldAllowCall(shouldAllowCall && other.shouldAllowCall) in getCombinedCallFilteringResult()
285 if (shouldAllowCall != that.shouldAllowCall) return false; in equals()
303 int result = (shouldAllowCall ? 1 : 0); in hashCode()
[all …]
DCallScreeningServiceFilter.java284 if (!priorStageResult.shouldAllowCall) { in startFilterLookup()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java995 result.shouldAllowCall ? "successful incoming call" : "blocking call"); in onCallFilteringComplete()
1010 new Connection.CallFilteringCompletionInfo(!result.shouldAllowCall, in onCallFilteringComplete()
1040 if (result.shouldAllowCall) { in onCallFilteringComplete()