Searched refs:badgeIconType (Results 1 – 1 of 1) sorted by relevance
387 private int badgeIconType; field in PlayerNotificationManager627 badgeIconType = NotificationCompat.BADGE_ICON_SMALL; in PlayerNotificationManager()815 public final void setBadgeIconType(@NotificationCompat.BadgeIconType int badgeIconType) { in setBadgeIconType() argument816 if (this.badgeIconType == badgeIconType) { in setBadgeIconType()819 switch (badgeIconType) { in setBadgeIconType()823 this.badgeIconType = badgeIconType; in setBadgeIconType()1070 .setBadgeIconType(badgeIconType) in createNotification()