Searched defs:postNotification (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/processing/
H A DProcessingService.java244 postNotification();
254 private void postNotification() { method in class:ProcessingService
272 postNotification();
278 postNotification();
/packages/apps/Dialer/java/com/android/incallui/
H A DExternalCallNotifier.java113 postNotification(mNotifications.get(call));
205 postNotification(mNotifications.values().iterator().next());
220 postNotification(info);
230 postNotification(info);
234 private void postNotification(NotificationInfo info) { method in class:ExternalCallNotifier
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/notify/
H A DWifiNotificationController.java433 postNotification(notification);
465 postNotification(notification);
484 postNotification(notification);
505 postNotification(notification);
525 private void postNotification(Notification notification) { method in class:WifiNotificationController
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertService.java344 postNotification(info, summaryText, context, true, notificationPrefs, nm,
363 postNotification(info, summaryText, context, false, notificationPrefs, nm,
862 private static void postNotification(NotificationInfo info, String summaryText, method in class:AlertService

Completed in 109 milliseconds