Searched refs:mBypassDnd (Results 1 – 2 of 2) sorted by relevance
250 private boolean mBypassDnd; field in NotificationChannel314 mBypassDnd = in.readByte() != 0; in NotificationChannel()371 dest.writeByte(mBypassDnd ? (byte) 1 : (byte) 0); in writeToParcel()619 this.mBypassDnd = bypassDnd; in setBypassDnd()703 return mBypassDnd; in canBypassDnd()1327 && mBypassDnd == that.mBypassDnd in equals()1356 int result = Objects.hash(getId(), getName(), mDesc, getImportance(), mBypassDnd, in hashCode()1390 + ", mBypassDnd=" + mBypassDnd in getFieldsString()1422 proto.write(NotificationChannelProto.CAN_BYPASS_DND, mBypassDnd); in dumpDebug()
8004 Landroid/app/NotificationChannel;->mBypassDnd:Z