Searched refs:mShowBadge (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | NotificationChannel.java | 163 private boolean mShowBadge = DEFAULT_SHOW_BADGE; field in NotificationChannel 223 mShowBadge = in.readByte() != 0; in NotificationChannel() 271 dest.writeByte(mShowBadge ? (byte) 1 : (byte) 0); in writeToParcel() 388 this.mShowBadge = showBadge; in setShowBadge() 601 return mShowBadge; in canShowBadge() 1000 && mShowBadge == that.mShowBadge in equals() 1020 isFgServiceShown(), mVibrationEnabled, mShowBadge, isDeleted(), getGroup(), in hashCode() 1044 + ", mShowBadge=" + mShowBadge in dump() 1072 + ", mShowBadge=" + mShowBadge in toString() 1106 proto.write(NotificationChannelProto.SHOW_BADGE, mShowBadge); in writeToProto()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 1509 private boolean mShowBadge; field in NotificationListenerService.Ranking 1541 out.writeBoolean(mShowBadge); in writeToParcel() 1574 mShowBadge = in.readBoolean(); in Ranking() 1735 return mShowBadge; in canShowBadge() 1804 mShowBadge = showBadge; in populate() 1830 other.mShowBadge, 1881 && Objects.equals(mShowBadge, other.mShowBadge)
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 163 private boolean mShowBadge; field in NotificationRecord 574 pw.println(prefix + "mShowBadge=" + mShowBadge); in dump() 976 mShowBadge = showBadge; in setShowBadge() 988 return mShowBadge; in canShowBadge()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 8017 Landroid/app/NotificationChannel;->mShowBadge:Z 63597 Landroid/service/notification/NotificationListenerService$Ranking;->mShowBadge:Z 63640 Landroid/service/notification/NotificationListenerService$RankingMap;->mShowBadge:Landroid/util/Arr… 63680 Landroid/service/notification/NotificationRankingUpdate;->mShowBadge:Landroid/os/Bundle;
|