Searched refs:shouldAllowCall (Results 1 – 3 of 3) sorted by relevance
41 public Builder setShouldAllowCall(boolean shouldAllowCall) { in setShouldAllowCall() argument42 mShouldAllowCall = shouldAllowCall; in setShouldAllowCall()100 .setShouldAllowCall(result.shouldAllowCall) in from()122 public boolean shouldAllowCall; field in CallFilteringResult135 private CallFilteringResult(boolean shouldAllowCall, boolean shouldReject, boolean in CallFilteringResult() argument141 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 …]
281 if (!priorStageResult.shouldAllowCall) { in startFilterLookup()
766 result.shouldAllowCall ? "successful incoming call" : "blocking call"); in onCallFilteringComplete()777 new Connection.CallFilteringCompletionInfo(!result.shouldAllowCall, in onCallFilteringComplete()808 if (result.shouldAllowCall) { in onCallFilteringComplete()