Home
last modified time | relevance | path

Searched refs:getNotificationId (Results 1 – 5 of 5) 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/UnifiedEmail/src/com/android/mail/
DNotificationActionIntentService.java124 LogUtils.d(LOG_TAG, "Canceling %s", notificationAction.getNotificationId()); in onHandleIntent()
125 NotificationManagerCompat.from(context).cancel(notificationAction.getNotificationId()); in onHandleIntent()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java383 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
DNotificationActionUtils.java555 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/Stk/src/com/android/stk/
DStkAppService.java1648 mNotificationManager.notify(getNotificationId(NOTIFICATION_ON_KEYGUARD, slotId), in launchNotificationOnKeyguard()
1654 mNotificationManager.cancel(getNotificationId(NOTIFICATION_ON_KEYGUARD, slotId)); in cancelNotificationOnKeyguard()
1689 private int getNotificationId(int notificationType, int slotId) { in getNotificationId() method in StkAppService
1690 return getNotificationId(slotId) + (notificationType * mSimCount); in getNotificationId()
2117 mNotificationManager.cancel(getNotificationId(slotId)); in cancelIdleText()
2164 mNotificationManager.notify(getNotificationId(slotId), notificationBuilder.build()); in launchIdleText()
2404 private int getNotificationId(int slotId) { in getNotificationId() method in StkAppService