Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDownloadNotificationHelper.java120 return buildEndStateNotification(smallIcon, contentIntent, message, titleStringId); in buildDownloadCompletedNotification()
134 return buildEndStateNotification(smallIcon, contentIntent, message, titleStringId); in buildDownloadFailedNotification()
137 private Notification buildEndStateNotification( in buildEndStateNotification() method in DownloadNotificationHelper