Home
last modified time | relevance | path

Searched defs:notificationId (Results 1 – 4 of 4) sorted by relevance

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java243 default void onNotificationStarted(int notificationId, Notification notification) {} in onNotificationStarted()
252 default void onNotificationCancelled(int notificationId) {} in onNotificationCancelled()
261 default void onNotificationCancelled(int notificationId, boolean dismissedByUser) {} in onNotificationCancelled()
274 int notificationId, Notification notification, boolean ongoing) {} in onNotificationPosted()
360 private final int notificationId; field in PlayerNotificationManager
405 int notificationId, in createWithNotificationChannel()
442 int notificationId, in createWithNotificationChannel()
459 int notificationId, in createWithNotificationChannel()
492 int notificationId, in createWithNotificationChannel()
517 int notificationId, in PlayerNotificationManager()
[all …]
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DServiceUtils.java49 public static void setForeground(Service service, Integer notificationId, in setForeground()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownloadService.java858 private final int notificationId; field in DownloadService.ForegroundNotificationUpdater
865 public ForegroundNotificationUpdater(int notificationId, long updateInterval) { in ForegroundNotificationUpdater()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java884 final int notificationId = NotificationIdFactory.create(); in notify() local