Searched defs: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() 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/ |
D | ServiceUtils.java | 49 public static void setForeground(Service service, Integer notificationId, 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()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | AndroidFacade.java | 884 final int notificationId = NotificationIdFactory.create(); in notify() local
|