Searched defs:NotificationCompat (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/media/src/main/java/androidx/media/app/
H A DNotificationCompat.java20 import static androidx.core.app.NotificationCompat.COLOR_DEFAULT;
40 * Class containing media specfic {@link androidx.core.app.NotificationCompat.Style styles}
41 * that you can use with {@link androidx.core.app.NotificationCompat.Builder#setStyle}.
43 public class NotificationCompat { class
45 private NotificationCompat() { method in class:NotificationCompat
52 * {@link androidx.core.app.NotificationCompat.Action actions} specified with
53 * {@link androidx.core.app.NotificationCompat.Builder
56 * {@link androidx.core.app.NotificationCompat.Builder
66 * {@link androidx.core.app.NotificationCompat#CATEGORY_TRANSPORT CATEGORY_TRANSPORT}
68 * {@link androidx.core.app.NotificationCompat
[all...]
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java73 public class NotificationCompat { class
170 * @deprecated Use {@link NotificationCompat.Builder#setPriority(int)} with a positive value.
190 * Default notification priority for {@link NotificationCompat.Builder#setPriority(int)}.
197 * Lower notification priority for {@link NotificationCompat.Builder#setPriority(int)},
205 * Lowest notification priority for {@link NotificationCompat.Builder#setPriority(int)};
212 * Higher notification priority for {@link NotificationCompat.Builder#setPriority(int)},
220 * Highest notification priority for {@link NotificationCompat.Builder#setPriority(int)},
412 * Notification key: whether the {@link NotificationCompat.MessagingStyle} notification
436 * NotificationCompat.Builder myBuilder = (build your Notification as normal);
626 * Builder class for {@link NotificationCompat} object
5272 public NotificationCompat() { method in class:NotificationCompat
[all...]

Completed in 77 milliseconds