Searched refs:postNotification (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/processing/ |
D | ProcessingService.java | 244 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/ |
D | MessengerDelegate.java | 296 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/ |
D | ExternalCallNotifier.java | 117 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/ |
D | NotificationMsgDelegate.java | 200 postNotification(convoKey, convoInfo, getChannelId(appDisplayName)); in initializeNewConversation() 219 postNotification(convoKey, convoInfo, getChannelId(convoInfo.getAppDisplayName())); in initializeNewMessage()
|
/packages/apps/Traceur/src/com/android/traceur/ |
D | FileSender.java | 44 public static void postNotification(Context context, File file) { in postNotification() method in FileSender
|
D | TraceService.java | 175 FileSender.postNotification(getApplicationContext(), file); in stopTracingInternal()
|
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/ |
D | BaseNotificationDelegate.java | 182 protected void postNotification(ConversationKey conversationKey, in postNotification() method in BaseNotificationDelegate
|