Searched refs:mBypassDnd (Results 1 – 1 of 1) sorted by relevance
191 private boolean mBypassDnd; field in NotificationChannel254 mBypassDnd = in.readByte() != 0; in NotificationChannel()306 dest.writeByte(mBypassDnd ? (byte) 1 : (byte) 0); in writeToParcel()546 this.mBypassDnd = bypassDnd; in setBypassDnd()630 return mBypassDnd; in canBypassDnd()1180 && mBypassDnd == that.mBypassDnd in equals()1209 int result = Objects.hash(getId(), getName(), mDesc, getImportance(), mBypassDnd, in hashCode()1243 + ", mBypassDnd=" + mBypassDnd in getFieldsString()1275 proto.write(NotificationChannelProto.CAN_BYPASS_DND, mBypassDnd); in dumpDebug()