Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DServiceUtils.java49 public static void setForeground(Service service, Integer notificationId, in setForeground()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java290 default void onNotificationCancelled(int notificationId, boolean dismissedByUser) {} in onNotificationCancelled()
303 int notificationId, Notification notification, boolean ongoing) {} in onNotificationPosted()
310 protected final int notificationId; field in PlayerNotificationManager.Builder
336 int notificationId, in Builder()
672 private final int notificationId; field in PlayerNotificationManager
715 int notificationId, in PlayerNotificationManager()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java288 default void onNotificationCancelled(int notificationId, boolean dismissedByUser) {} in onNotificationCancelled()
301 int notificationId, Notification notification, boolean ongoing) {} in onNotificationPosted()
308 protected final int notificationId; field in PlayerNotificationManager.Builder
334 int notificationId, in Builder()
668 private final int notificationId; field in PlayerNotificationManager
711 int notificationId, in PlayerNotificationManager()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowJobService.java26 int notificationId, in setNotification()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownloadService.java867 private final int notificationId; field in DownloadService.ForegroundNotificationUpdater
874 public ForegroundNotificationUpdater(int notificationId, long updateInterval) { in ForegroundNotificationUpdater()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownloadService.java869 private final int notificationId; field in DownloadService.ForegroundNotificationUpdater
876 public ForegroundNotificationUpdater(int notificationId, long updateInterval) { in ForegroundNotificationUpdater()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java894 final int notificationId = NotificationIdFactory.create(); in notify() local