Searched refs:mShowBadge (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | NotificationChannel.java | 165 private boolean mShowBadge = DEFAULT_SHOW_BADGE; field in NotificationChannel 225 mShowBadge = in.readByte() != 0; in NotificationChannel() 273 dest.writeByte(mShowBadge ? (byte) 1 : (byte) 0); in writeToParcel() 385 this.mShowBadge = showBadge; in setShowBadge() 598 return mShowBadge; in canShowBadge() 996 && mShowBadge == that.mShowBadge in equals() 1016 isFgServiceShown(), mVibrationEnabled, mShowBadge, isDeleted(), getGroup(), in hashCode() 1040 + ", mShowBadge=" + mShowBadge in dump() 1068 + ", mShowBadge=" + mShowBadge in toString() 1102 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 1540 out.writeBoolean(mShowBadge); in writeToParcel() 1572 mShowBadge = in.readBoolean(); in Ranking() 1732 return mShowBadge; in canShowBadge() 1795 mShowBadge = showBadge; in populate() 1820 other.mShowBadge, 1870 && Objects.equals(mShowBadge, other.mShowBadge)
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 166 private boolean mShowBadge; field in NotificationRecord 582 pw.println(prefix + "mShowBadge=" + mShowBadge); in dump() 1006 mShowBadge = showBadge; in setShowBadge() 1018 return mShowBadge; in canShowBadge()
|