Searched refs:mShowBadge (Results 1 – 4 of 4) sorted by relevance
37 private final Bundle mShowBadge; field in NotificationRankingUpdate56 mShowBadge = showBadge; in NotificationRankingUpdate()73 mShowBadge = in.readBundle(); in NotificationRankingUpdate()95 out.writeBundle(mShowBadge); in writeToParcel()152 return mShowBadge; in getShowBadge()
1426 private boolean mShowBadge; field in NotificationListenerService.Ranking1564 return mShowBadge; in canShowBadge()1599 mShowBadge = showBadge; in populate()1648 private ArrayMap<String, Boolean> mShowBadge;1788 if (mShowBadge == null) { in getShowBadge()1792 Boolean showBadge = mShowBadge.get(key); in getShowBadge()1910 mShowBadge = new ArrayMap<>(showBadge.size()); in buildShowBadgeLocked()1912 mShowBadge.put(key, showBadge.getBoolean(key)); in buildShowBadgeLocked()
150 private boolean mShowBadge = DEFAULT_SHOW_BADGE; field in NotificationChannel207 mShowBadge = in.readByte() != 0; in NotificationChannel()253 dest.writeByte(mShowBadge ? (byte) 1 : (byte) 0); in writeToParcel()362 this.mShowBadge = showBadge; in setShowBadge()559 return mShowBadge; in canShowBadge()900 if (mShowBadge != that.mShowBadge) return false; in equals()937 result = 31 * result + (mShowBadge ? 1 : 0); in hashCode()961 + ", mShowBadge=" + mShowBadge in toString()992 proto.write(NotificationChannelProto.SHOW_BADGE, mShowBadge); in writeToProto()
152 private boolean mShowBadge; field in NotificationRecord543 pw.println(prefix + "mShowBadge=" + mShowBadge); in dump()914 mShowBadge = showBadge; in setShowBadge()918 return mShowBadge; in canShowBadge()