Home
last modified time | relevance | path

Searched refs:mShowBadge (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordExtractorData.java32 private final boolean mShowBadge; field in NotificationRecordExtractorData
60 mShowBadge = showBadge; in NotificationRecordExtractorData()
83 || mShowBadge != r.canShowBadge() in hasDiffForRankingLocked()
H A DNotificationRecord.java172 private boolean mShowBadge; field in NotificationRecord
535 pw.println(prefix + "mShowBadge=" + mShowBadge); in dump()
1146 mShowBadge = showBadge; in setShowBadge()
1158 return mShowBadge; in canShowBadge()
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannel.java262 private boolean mShowBadge = DEFAULT_SHOW_BADGE; field in NotificationChannel
330 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()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1736 private boolean mShowBadge; field in NotificationListenerService.Ranking
1778 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt8014 Landroid/app/NotificationChannel;->mShowBadge:Z
49685 Landroid/service/notification/NotificationListenerService$Ranking;->mShowBadge:Z
49728 Landroid/service/notification/NotificationListenerService$RankingMap;->mShowBadge:Landroid/util/Arr…
49768 Landroid/service/notification/NotificationRankingUpdate;->mShowBadge:Landroid/os/Bundle;