Searched refs:shouldAllowCall (Results 1 – 3 of 3) sorted by relevance
42 public Builder setShouldAllowCall(boolean shouldAllowCall) { in setShouldAllowCall() argument43 mShouldAllowCall = shouldAllowCall; in setShouldAllowCall()106 .setShouldAllowCall(result.shouldAllowCall) in from()130 public boolean shouldAllowCall; field in CallFilteringResult144 private CallFilteringResult(boolean shouldAllowCall, boolean shouldReject, boolean in CallFilteringResult() argument151 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 …]
284 if (!priorStageResult.shouldAllowCall) { in startFilterLookup()
995 result.shouldAllowCall ? "successful incoming call" : "blocking call"); in onCallFilteringComplete()1010 new Connection.CallFilteringCompletionInfo(!result.shouldAllowCall, in onCallFilteringComplete()1040 if (result.shouldAllowCall) { in onCallFilteringComplete()