Searched refs:mShowBadge (Results 1 – 5 of 5) sorted by relevance
32 private final boolean mShowBadge; field in NotificationRecordExtractorData59 mShowBadge = showBadge; in NotificationRecordExtractorData()81 || mShowBadge != r.canShowBadge() in hasDiffForRankingLocked()
171 private boolean mShowBadge; field in NotificationRecord531 pw.println(prefix + "mShowBadge=" + mShowBadge); in dump()1127 mShowBadge = showBadge; in setShowBadge()1139 return mShowBadge; in canShowBadge()
254 private boolean mShowBadge = DEFAULT_SHOW_BADGE; field in NotificationChannel322 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()
1701 private boolean mShowBadge; field in NotificationListenerService.Ranking1740 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()
8014 Landroid/app/NotificationChannel;->mShowBadge:Z49685 Landroid/service/notification/NotificationListenerService$Ranking;->mShowBadge:Z49728 Landroid/service/notification/NotificationListenerService$RankingMap;->mShowBadge:Landroid/util/Arr…49768 Landroid/service/notification/NotificationRankingUpdate;->mShowBadge:Landroid/os/Bundle;