Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordExtractorData.java32 private final boolean mShowBadge; field in NotificationRecordExtractorData
59 mShowBadge = showBadge; in NotificationRecordExtractorData()
81 || mShowBadge != r.canShowBadge() in hasDiffForRankingLocked()
DNotificationRecord.java171 private boolean mShowBadge; field in NotificationRecord
531 pw.println(prefix + "mShowBadge=" + mShowBadge); in dump()
1127 mShowBadge = showBadge; in setShowBadge()
1139 return mShowBadge; in canShowBadge()
/frameworks/base/core/java/android/app/
DNotificationChannel.java254 private boolean mShowBadge = DEFAULT_SHOW_BADGE; field in NotificationChannel
322 mShowBadge = in.readByte() != 0; in NotificationChannel()
376 dest.writeByte(mShowBadge ? (byte) 1 : (byte) 0); in writeToParcel()
525 this.mShowBadge = showBadge; in setShowBadge()
775 return mShowBadge; in canShowBadge()
1242 && mShowBadge == that.mShowBadge in equals()
1267 isFgServiceShown(), mVibrationEnabled, mShowBadge, isDeleted(), getDeletedTimeMs(), in hashCode()
1307 + ", mShowBadge=" + mShowBadge in getFieldsString()
1345 proto.write(NotificationChannelProto.SHOW_BADGE, mShowBadge); in dumpDebug()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1701 private boolean mShowBadge; field in NotificationListenerService.Ranking
1740 out.writeBoolean(mShowBadge); in writeToParcel()
1779 mShowBadge = in.readBoolean(); in Ranking()
1972 return mShowBadge; in canShowBadge()
2077 mShowBadge = showBadge; in populate()
2119 other.mShowBadge, in populate()
2175 && Objects.equals(mShowBadge, other.mShowBadge) in equals()
/frameworks/base/boot/hiddenapi/
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;