Searched refs:notificationId (Results 1 – 4 of 4) sorted by relevance
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | PlayerNotificationManager.java | 243 default void onNotificationStarted(int notificationId, Notification notification) {} in onNotificationStarted() argument 252 default void onNotificationCancelled(int notificationId) {} in onNotificationCancelled() argument 261 default void onNotificationCancelled(int notificationId, boolean dismissedByUser) {} in onNotificationCancelled() argument 274 int notificationId, Notification notification, boolean ongoing) {} in onNotificationPosted() argument 360 private final int notificationId; field in PlayerNotificationManager 405 int notificationId, in createWithNotificationChannel() argument 412 notificationId, in createWithNotificationChannel() 442 int notificationId, in createWithNotificationChannel() argument 447 context, channelId, notificationId, mediaDescriptionAdapter); in createWithNotificationChannel() 459 int notificationId, in createWithNotificationChannel() argument [all …]
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | ServiceUtils.java | 49 public static void setForeground(Service service, Integer notificationId, in setForeground() argument 57 startForeground.invoke(service, new Object[] { notificationId, notification }); in setForeground() 75 manager.notify(notificationId, notification); in setForeground()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/ |
D | DownloadService.java | 858 private final int notificationId; field in DownloadService.ForegroundNotificationUpdater 865 public ForegroundNotificationUpdater(int notificationId, long updateInterval) { in ForegroundNotificationUpdater() argument 866 this.notificationId = notificationId; in ForegroundNotificationUpdater() 895 startForeground(notificationId, getForegroundNotification(downloads)); in update()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | AndroidFacade.java | 884 final int notificationId = NotificationIdFactory.create(); in notify() local 885 mNotificationManager.notify(notificationId, notification); in notify()
|