Searched refs:mShowBadge (Results 1 – 5 of 5) sorted by relevance
32 private final boolean mShowBadge; field in NotificationRecordExtractorData60 mShowBadge = showBadge; in NotificationRecordExtractorData()83 || mShowBadge != r.canShowBadge() in hasDiffForRankingLocked()
172 private boolean mShowBadge; field in NotificationRecord535 pw.println(prefix + "mShowBadge=" + mShowBadge); in dump()1146 mShowBadge = showBadge; in setShowBadge()1158 return mShowBadge; in canShowBadge()
262 private boolean mShowBadge = DEFAULT_SHOW_BADGE; field in NotificationChannel330 mShowBadge = in.readByte() != 0; in NotificationChannel()384 dest.writeByte(mShowBadge ? (byte) 1 : (byte) 0); in writeToParcel()533 this.mShowBadge = showBadge; in setShowBadge()785 return mShowBadge; in canShowBadge()1334 && mShowBadge == that.mShowBadge in equals()1359 mVibrationEnabled, mShowBadge, isDeleted(), getDeletedTimeMs(), in hashCode()1399 + ", mShowBadge=" + mShowBadge in getFieldsString()1437 proto.write(NotificationChannelProto.SHOW_BADGE, mShowBadge); in dumpDebug()
1736 private boolean mShowBadge; field in NotificationListenerService.Ranking1778 out.writeBoolean(mShowBadge); in writeToParcel()1818 mShowBadge = in.readBoolean(); in Ranking()2024 return mShowBadge; in canShowBadge()2130 mShowBadge = showBadge; in populate()2173 other.mShowBadge, in populate()2230 && Objects.equals(mShowBadge, other.mShowBadge) in equals()
8014 Landroid/app/NotificationChannel;->mShowBadge:Z49685 Landroid/service/notification/NotificationListenerService$Ranking;->mShowBadge:Z49728 Landroid/service/notification/NotificationListenerService$RankingMap;->mShowBadge:Landroid/util/Arr…49768 Landroid/service/notification/NotificationRankingUpdate;->mShowBadge:Landroid/os/Bundle;