Searched refs:mShowBadge (Results 1 – 5 of 5) sorted by relevance
32 private final boolean mShowBadge; field in NotificationRecordExtractorData60 mShowBadge = showBadge; in NotificationRecordExtractorData()83 || mShowBadge != r.canShowBadge() in hasDiffForRankingLocked()
179 private boolean mShowBadge; field in NotificationRecord553 pw.println(prefix + "mShowBadge=" + mShowBadge); in dump()1178 mShowBadge = showBadge; in setShowBadge()1190 return mShowBadge; in canShowBadge()
270 private boolean mShowBadge = DEFAULT_SHOW_BADGE; field in NotificationChannel346 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()
1757 private boolean mShowBadge; field in NotificationListenerService.Ranking1799 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()
8014 Landroid/app/NotificationChannel;->mShowBadge:Z49042 Landroid/service/notification/NotificationListenerService$Ranking;->mShowBadge:Z49085 Landroid/service/notification/NotificationListenerService$RankingMap;->mShowBadge:Landroid/util/Arr…49125 Landroid/service/notification/NotificationRankingUpdate;->mShowBadge:Landroid/os/Bundle;