Searched refs:mBypassDnd (Results 1 – 2 of 2) sorted by relevance
257 private boolean mBypassDnd; field in NotificationChannel326 mBypassDnd = in.readByte() != 0; in NotificationChannel()387 dest.writeByte(mBypassDnd ? (byte) 1 : (byte) 0); in writeToParcel()440 copy.setBypassDnd(mBypassDnd); in copy()732 this.mBypassDnd = bypassDnd; in setBypassDnd()817 return mBypassDnd; in canBypassDnd()1528 && mBypassDnd == that.mBypassDnd in equals()1558 int result = Objects.hash(getId(), getName(), mDesc, getImportance(), mBypassDnd, in hashCode()1592 + ", mBypassDnd=" + mBypassDnd in getFieldsString()1627 proto.write(NotificationChannelProto.CAN_BYPASS_DND, mBypassDnd); in dumpDebug()
8004 Landroid/app/NotificationChannel;->mBypassDnd:Z