Searched refs:smallIconResourceId (Results 1 – 1 of 1) sorted by relevance
391 @DrawableRes private int smallIconResourceId; field in PlayerNotificationManager624 smallIconResourceId = R.drawable.exo_notification_small_icon; in PlayerNotificationManager()909 public final void setSmallIcon(@DrawableRes int smallIconResourceId) { in setSmallIcon() argument910 if (this.smallIconResourceId != smallIconResourceId) { in setSmallIcon()911 this.smallIconResourceId = smallIconResourceId; in setSmallIcon()1074 .setSmallIcon(smallIconResourceId) in createNotification()