Home
last modified time | relevance | path

Searched refs:mBypassDnd (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationChannel.java238 private boolean mBypassDnd; field in NotificationChannel
304 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt8004 Landroid/app/NotificationChannel;->mBypassDnd:Z