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.java41 public Builder setShouldAllowCall(boolean shouldAllowCall) { in setShouldAllowCall() argument
42 mShouldAllowCall = shouldAllowCall; in setShouldAllowCall()
100 .setShouldAllowCall(result.shouldAllowCall) in from()
122 public boolean shouldAllowCall; field in CallFilteringResult
135 private CallFilteringResult(boolean shouldAllowCall, boolean shouldReject, boolean in CallFilteringResult() argument
141 this.shouldAllowCall = shouldAllowCall; in CallFilteringResult()
199 .setShouldAllowCall(shouldAllowCall && other.shouldAllowCall) in combine()
226 .setShouldAllowCall(shouldAllowCall && other.shouldAllowCall) in getCombinedCallFilteringResult()
270 if (shouldAllowCall != that.shouldAllowCall) return false; in equals()
287 int result = (shouldAllowCall ? 1 : 0); in hashCode()
[all …]
DCallScreeningServiceFilter.java281 if (!priorStageResult.shouldAllowCall) { in startFilterLookup()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java766 result.shouldAllowCall ? "successful incoming call" : "blocking call"); in onCallFilteringComplete()
777 new Connection.CallFilteringCompletionInfo(!result.shouldAllowCall, in onCallFilteringComplete()
808 if (result.shouldAllowCall) { in onCallFilteringComplete()