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
60 mShowBadge = showBadge; in NotificationRecordExtractorData()
83 || mShowBadge != r.canShowBadge() in hasDiffForRankingLocked()
DNotificationRecord.java179 private boolean mShowBadge; field in NotificationRecord
553 pw.println(prefix + "mShowBadge=" + mShowBadge); in dump()
1178 mShowBadge = showBadge; in setShowBadge()
1190 return mShowBadge; in canShowBadge()
/frameworks/base/core/java/android/app/
DNotificationChannel.java270 private boolean mShowBadge = DEFAULT_SHOW_BADGE; field in NotificationChannel
346 mShowBadge = in.readByte() != 0; in NotificationChannel()
408 dest.writeByte(mShowBadge ? (byte) 1 : (byte) 0); in writeToParcel()
452 copy.setShowBadge(mShowBadge); in copy()
591 this.mShowBadge = showBadge; in setShowBadge()
927 return mShowBadge; in canShowBadge()
1535 && mShowBadge == that.mShowBadge in equals()
1561 mVibrationEnabled, mShowBadge, isDeleted(), getDeletedTimeMs(), in hashCode()
1603 + ", mShowBadge=" + mShowBadge in getFieldsString()
1642 proto.write(NotificationChannelProto.SHOW_BADGE, mShowBadge); in dumpDebug()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1757 private boolean mShowBadge; field in NotificationListenerService.Ranking
1799 out.writeBoolean(mShowBadge); in writeToParcel()
1839 mShowBadge = in.readBoolean(); in Ranking()
2058 return mShowBadge; in canShowBadge()
2164 mShowBadge = showBadge; in populate()
2207 other.mShowBadge, in populate()
2264 && Objects.equals(mShowBadge, other.mShowBadge) in equals()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt8014 Landroid/app/NotificationChannel;->mShowBadge:Z
49042 Landroid/service/notification/NotificationListenerService$Ranking;->mShowBadge:Z
49085 Landroid/service/notification/NotificationListenerService$RankingMap;->mShowBadge:Landroid/util/Arr…
49125 Landroid/service/notification/NotificationRankingUpdate;->mShowBadge:Landroid/os/Bundle;