Home
last modified time | relevance | path

Searched refs:badgeIconType (Results 1 – 1 of 1) sorted by relevance

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java387 private int badgeIconType; field in PlayerNotificationManager
627 badgeIconType = NotificationCompat.BADGE_ICON_SMALL; in PlayerNotificationManager()
815 public final void setBadgeIconType(@NotificationCompat.BadgeIconType int badgeIconType) { in setBadgeIconType() argument
816 if (this.badgeIconType == badgeIconType) { in setBadgeIconType()
819 switch (badgeIconType) { in setBadgeIconType()
823 this.badgeIconType = badgeIconType; in setBadgeIconType()
1070 .setBadgeIconType(badgeIconType) in createNotification()