Home
last modified time | relevance | path

Searched refs:NotifyTask (Results 1 – 1 of 1) sorted by relevance

/core/core/src/main/java/androidx/core/app/
DNotificationManagerCompat.java284 pushSideChannelQueue(new NotifyTask(mContext.getPackageName(), id, tag, notification)); in notify()
1157 private static class NotifyTask implements Task { class in NotificationManagerCompat
1163 NotifyTask(String packageName, int id, String tag, Notification notif) { in NotifyTask() method in NotificationManagerCompat.NotifyTask