Searched refs:shouldSuppressCallDueToDndStatus (Results 1 – 2 of 2) sorted by relevance
110 .setDndSuppressed(result.shouldSuppressCallDueToDndStatus) in from()136 public boolean shouldSuppressCallDueToDndStatus = false; field in CallFilteringResult156 this.shouldSuppressCallDueToDndStatus = shouldSuppress; in CallFilteringResult()216 .setDndSuppressed(shouldSuppressCallDueToDndStatus in combine()217 || other.shouldSuppressCallDueToDndStatus) in combine()244 .setDndSuppressed(shouldSuppressCallDueToDndStatus in getCombinedCallFilteringResult()245 || other.shouldSuppressCallDueToDndStatus) in getCombinedCallFilteringResult()290 if (shouldSuppressCallDueToDndStatus != that.shouldSuppressCallDueToDndStatus) return false; in equals()337 if (shouldSuppressCallDueToDndStatus) { in toString()
1003 incomingCall.setCallIsSuppressedByDoNotDisturb(result.shouldSuppressCallDueToDndStatus); in onCallFilteringComplete()