Searched defs:EnqueueNotificationRunnable (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2317 mHandler.post(new EnqueueNotificationRunnable(userId, summaryRecord));
2617 mHandler.post(new EnqueueNotificationRunnable(userId, r));
2622 private class EnqueueNotificationRunnable implements Runnable { class in class:NotificationManagerService
2626 EnqueueNotificationRunnable(int userId, NotificationRecord r) { method in class:NotificationManagerService.EnqueueNotificationRunnable
2636 if (DBG) Slog.d(TAG, "EnqueueNotificationRunnable.run for: " + n.getKey());

Completed in 54 milliseconds