Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/processing/
DProcessingService.java244 postNotification(); in resetNotification()
254 private void postNotification() { in postNotification() method in ProcessingService
272 postNotification(); in onProgressChanged()
278 postNotification(); in onStatusMessageChanged()
/packages/apps/Dialer/java/com/android/incallui/
DExternalCallNotifier.java114 postNotification(mNotifications.get(call)); in onExternalCallUpdated()
205 postNotification(mNotifications.values().iterator().next()); in dismissNotification()
220 postNotification(info); in savePhoto()
230 postNotification(info); in saveContactInfo()
234 private void postNotification(NotificationInfo info) { in postNotification() method in ExternalCallNotifier
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.java344 postNotification(info, summaryText, context, true, notificationPrefs, nm, in generateAlerts()
363 postNotification(info, summaryText, context, false, notificationPrefs, nm, in generateAlerts()
862 private static void postNotification(NotificationInfo info, String summaryText, in postNotification() method