Searched refs:mBypassDnd (Results 1 – 2 of 2) sorted by relevance
152 private boolean mBypassDnd; field in NotificationChannel211 mBypassDnd = in.readByte() != 0; in NotificationChannel()258 dest.writeByte(mBypassDnd ? (byte) 1 : (byte) 0); in writeToParcel()472 this.mBypassDnd = bypassDnd; in setBypassDnd()539 return mBypassDnd; in canBypassDnd()993 && mBypassDnd == that.mBypassDnd in equals()1017 int result = Objects.hash(getId(), getName(), mDesc, getImportance(), mBypassDnd, in hashCode()1035 + ", mBypassDnd=" + mBypassDnd in dump()1063 + ", mBypassDnd=" + mBypassDnd in toString()1091 proto.write(NotificationChannelProto.CAN_BYPASS_DND, mBypassDnd); in writeToProto()
8007 Landroid/app/NotificationChannel;->mBypassDnd:Z