Searched refs:shouldSilence (Results 1 – 2 of 2) sorted by relevance
67 public Builder setShouldSilence(boolean shouldSilence) { in setShouldSilence() argument68 mShouldSilence = shouldSilence; in setShouldSilence()111 .setShouldSilence(result.shouldSilence) in from()132 public boolean shouldSilence; field in CallFilteringResult145 shouldSilence, boolean shouldAddToCallLog, boolean shouldShowNotification, boolean in CallFilteringResult() argument153 this.shouldSilence = shouldSilence; in CallFilteringResult()212 .setShouldSilence(shouldSilence || other.shouldSilence) in combine()241 .setShouldSilence(shouldSilence || other.shouldSilence) in getCombinedCallFilteringResult()287 if (shouldSilence != that.shouldSilence) return false; in equals()305 result = 31 * result + (shouldSilence ? 1 : 0); in hashCode()[all …]
1074 } else if (result.shouldSilence) { in onCallFilteringComplete()