Home
last modified time | relevance | path

Searched refs:getNotificationId (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DExternalCallNotifier.java134 if (info.getNotificationId() == notificationId in pullExternalCall()
193 context, NOTIFICATION_TAG, notifications.get(call).getNotificationId()); in dismissNotification()
257 NotificationBroadcastReceiver.EXTRA_NOTIFICATION_ID, info.getNotificationId()); in postNotification()
265 PendingIntent.getBroadcast(context, info.getNotificationId(), intent, 0)) in postNotification()
285 context, NOTIFICATION_TAG, info.getNotificationId(), notification); in postNotification()
416 public int getNotificationId() { in getNotificationId() method in ExternalCallNotifier.NotificationInfo
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DBaseNotificationDelegate.java145 mNotificationManager.cancel(notificationInfo.getNotificationId()); in clearNotifications()
267 notificationInfo.getNotificationId(), in postNotification()
272 notificationInfo.getNotificationId()); in postNotification()
280 mNotificationManager.notify(notificationInfo.getNotificationId(), builder.build()); in postNotification()
DConversationNotificationInfo.java147 public int getNotificationId() { in getNotificationId() method in ConversationNotificationInfo
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java1697 mNotificationManager.notify(getNotificationId(NOTIFICATION_ON_KEYGUARD, slotId), in launchNotificationOnKeyguard()
1703 mNotificationManager.cancel(getNotificationId(NOTIFICATION_ON_KEYGUARD, slotId)); in cancelNotificationOnKeyguard()
1738 private int getNotificationId(int notificationType, int slotId) { in getNotificationId() method in StkAppService
1739 return getNotificationId(slotId) + (notificationType * mSimCount); in getNotificationId()
2132 mNotificationManager.cancel(getNotificationId(slotId)); in cancelIdleText()
2179 mNotificationManager.notify(getNotificationId(slotId), notificationBuilder.build()); in launchIdleText()
2411 private int getNotificationId(int slotId) { in getNotificationId() method in StkAppService