Searched refs:EnqueueNotificationRunnable (Results 1 – 1 of 1) sorted by relevance
2317 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 NotificationManagerService2626 EnqueueNotificationRunnable(int userId, NotificationRecord r) { in EnqueueNotificationRunnable() method in NotificationManagerService.EnqueueNotificationRunnable