Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java154 private boolean mBypassDnd; field in NotificationChannel
213 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt8532 Landroid/app/NotificationChannel;->mBypassDnd:Z