Home
last modified time | relevance | path

Searched refs:postNotification (Results 1 – 7 of 7) 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/Car/Messenger/src/com/android/car/messenger/
DMessengerDelegate.java296 postNotification(senderKey, notificationInfo); in updateNotificationWithIcon()
309 postNotification(senderKey, notificationInfo); in updateNotificationWithIcon()
326 postNotification(senderKey, notificationInfo); in updateNotificationWithIcon()
331 postNotification(senderKey, notificationInfo); in updateNotificationWithIcon()
338 private void postNotification(SenderKey senderKey, NotificationInfo notificationInfo) { in postNotification() method in MessengerDelegate
/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/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegate.java200 postNotification(convoKey, convoInfo, getChannelId(appDisplayName)); in initializeNewConversation()
219 postNotification(convoKey, convoInfo, getChannelId(convoInfo.getAppDisplayName())); in initializeNewMessage()
/packages/apps/Traceur/src/com/android/traceur/
DFileSender.java44 public static void postNotification(Context context, File file) { in postNotification() method in FileSender
DTraceService.java175 FileSender.postNotification(getApplicationContext(), file); in stopTracingInternal()
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DBaseNotificationDelegate.java182 protected void postNotification(ConversationKey conversationKey, in postNotification() method in BaseNotificationDelegate