Searched refs:mBypassDnd (Results 1 – 2 of 2) sorted by relevance
154 private boolean mBypassDnd; field in NotificationChannel213 mBypassDnd = in.readByte() != 0; in NotificationChannel()260 dest.writeByte(mBypassDnd ? (byte) 1 : (byte) 0); in writeToParcel()469 this.mBypassDnd = bypassDnd; in setBypassDnd()536 return mBypassDnd; in canBypassDnd()989 && mBypassDnd == that.mBypassDnd in equals()1013 int result = Objects.hash(getId(), getName(), mDesc, getImportance(), mBypassDnd, in hashCode()1031 + ", mBypassDnd=" + mBypassDnd in dump()1059 + ", mBypassDnd=" + mBypassDnd in toString()1087 proto.write(NotificationChannelProto.CAN_BYPASS_DND, mBypassDnd); in writeToProto()
8532 Landroid/app/NotificationChannel;->mBypassDnd:Z