Searched refs:mBypassDnd (Results 1 – 2 of 2) sorted by relevance
238 private boolean mBypassDnd; field in NotificationChannel304 mBypassDnd = in.readByte() != 0; in NotificationChannel()357 dest.writeByte(mBypassDnd ? (byte) 1 : (byte) 0); in writeToParcel()605 this.mBypassDnd = bypassDnd; in setBypassDnd()689 return mBypassDnd; in canBypassDnd()1255 && mBypassDnd == that.mBypassDnd in equals()1285 int result = Objects.hash(getId(), getName(), mDesc, getImportance(), mBypassDnd, in hashCode()1319 + ", mBypassDnd=" + mBypassDnd in getFieldsString()1352 proto.write(NotificationChannelProto.CAN_BYPASS_DND, mBypassDnd); in dumpDebug()
8004 Landroid/app/NotificationChannel;->mBypassDnd:Z