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/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.java220 postNotification(convoKey, convoInfo, getChannelId(appDisplayName), in initializeNewConversation()
240 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.java186 protected void postNotification(ConversationKey conversationKey, in postNotification() method in BaseNotificationDelegate
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessageNotificationDelegate.java268 postNotification(convoKey, notificationInfo, getChannelId(convoKey.getDeviceId()), in initializeNewMessage()