Home
last modified time | relevance | path

Searched refs:postNotification (Results 1 – 4 of 4) 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.java117 postNotification(notifications.get(call)); in onExternalCallUpdated()
208 postNotification(info); in savePhoto()
218 postNotification(info); in saveContactInfo()
222 private void postNotification(NotificationInfo info) { in postNotification() method in ExternalCallNotifier
/packages/apps/Traceur/src/com/google/android/traceur/
DFileSender.java43 public static void postNotification(Context context, File file) { in postNotification() method in FileSender
DTraceService.java180 FileSender.postNotification(getApplicationContext(), file); in stopTracingInternal()