Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2317 mHandler.post(new EnqueueNotificationRunnable(userId, summaryRecord)); in maybeAddAutobundleSummary()
2617 mHandler.post(new EnqueueNotificationRunnable(userId, r)); in enqueueNotificationInternal()
2622 private class EnqueueNotificationRunnable implements Runnable { class in NotificationManagerService
2626 EnqueueNotificationRunnable(int userId, NotificationRecord r) { in EnqueueNotificationRunnable() method in NotificationManagerService.EnqueueNotificationRunnable