Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DNotificationUtil.java123 public static void setNotification(Context context, int id, @Nullable Notification notification) { in setNotification() method in NotificationUtil
/external/exoplayer/tree/demos/main/src/main/java/com/google/android/exoplayer2/demo/
DDemoDownloadService.java114 NotificationUtil.setNotification(context, nextNotificationId++, notification); in onDownloadChanged()