Searched refs:getNotificationId (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Dialer/java/com/android/incallui/ |
D | ExternalCallNotifier.java | 130 if (info.getNotificationId() == notificationId in pullExternalCall() 192 String.valueOf(mNotifications.get(call).getNotificationId()), NOTIFICATION_ID); in dismissNotification() 269 NotificationBroadcastReceiver.EXTRA_NOTIFICATION_ID, info.getNotificationId()); in postNotification() 277 PendingIntent.getBroadcast(mContext, info.getNotificationId(), intent, 0)) in postNotification() 302 String.valueOf(info.getNotificationId()), NOTIFICATION_ID, notification); in postNotification() 454 public int getNotificationId() { in getNotificationId() method in ExternalCallNotifier.NotificationInfo
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | NotificationUtils.java | 383 getNotificationId(notification.account.getAccountManagerAccount(), folder); in resendNotifications() 458 getNotificationId(notification.account.getAccountManagerAccount(), folder); in validateAccountNotifications() 503 final int notificationId = getNotificationId(account.getAccountManagerAccount(), folder); in setNewEmailIndicator() 607 getNotificationId(account.getAccountManagerAccount(), folder); in validateNotifications() 1103 int conversationNotificationId = getNotificationId( in configureLatestEventInfoFromConversation() 1615 notificationManager.cancel(getNotificationId(account.getAccountManagerAccount(), folder)); in clearFolderNotification() 1660 notificationManager.cancel(getNotificationId(account, folder)); in clearAccountNotifications() 1898 public static int getNotificationId(final android.accounts.Account account, in getNotificationId() method in NotificationUtils 1903 private static int getNotificationId(int summaryNotificationId, int conversationHashCode) { in getNotificationId() method in NotificationUtils
|
D | NotificationActionUtils.java | 555 public int getNotificationId() { in getNotificationId() method in NotificationActionUtils.NotificationAction 791 final int notificationId = NotificationUtils.getNotificationId( in createUndoNotification() 818 NotificationUtils.getNotificationId(account.getAccountManagerAccount(), folder); in cancelUndoNotification() 839 final int notificationId = NotificationUtils.getNotificationId( in processUndoNotification()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ |
D | NotificationActionIntentService.java | 124 LogUtils.d(LOG_TAG, "Canceling %s", notificationAction.getNotificationId()); in onHandleIntent() 125 NotificationManagerCompat.from(context).cancel(notificationAction.getNotificationId()); in onHandleIntent()
|
/packages/apps/Stk/src/com/android/stk/ |
D | StkAppService.java | 602 mNotificationManager.cancel(getNotificationId(slotId)); in handleCardStatusChangeAndIccRefresh() 616 mNotificationManager.cancel(getNotificationId(slotId)); in handleCardStatusChangeAndIccRefresh() 1568 mNotificationManager.cancel(getNotificationId(slotId)); in launchIdleText() 1606 mNotificationManager.notify(getNotificationId(slotId), notificationBuilder.build()); in launchIdleText() 1722 private int getNotificationId(int slotId) { in getNotificationId() method in StkAppService
|