Searched refs:getNotificationId (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
H A DExternalCallNotifier.java136 if (info.getNotificationId() == notificationId
195 context, NOTIFICATION_TAG, notifications.get(call).getNotificationId());
259 NotificationBroadcastReceiver.EXTRA_NOTIFICATION_ID, info.getNotificationId());
267 PendingIntent.getBroadcast(context, info.getNotificationId(), intent, 0))
287 context, NOTIFICATION_TAG, info.getNotificationId(), notification);
422 public int getNotificationId() { method in class:ExternalCallNotifier.NotificationInfo
/packages/apps/UnifiedEmail/src/com/android/mail/
H A DNotificationActionIntentService.java124 LogUtils.d(LOG_TAG, "Canceling %s", notificationAction.getNotificationId());
125 NotificationManagerCompat.from(context).cancel(notificationAction.getNotificationId());
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationActionUtils.java555 public int getNotificationId() { method in class:NotificationActionUtils.NotificationAction
791 final int notificationId = NotificationUtils.getNotificationId(
818 NotificationUtils.getNotificationId(account.getAccountManagerAccount(), folder);
839 final int notificationId = NotificationUtils.getNotificationId(
H A DNotificationUtils.java383 getNotificationId(notification.account.getAccountManagerAccount(), folder);
458 getNotificationId(notification.account.getAccountManagerAccount(), folder);
503 final int notificationId = getNotificationId(account.getAccountManagerAccount(), folder);
607 getNotificationId(account.getAccountManagerAccount(), folder);
1103 int conversationNotificationId = getNotificationId(
1615 notificationManager.cancel(getNotificationId(account.getAccountManagerAccount(), folder));
1660 notificationManager.cancel(getNotificationId(account, folder));
1898 public static int getNotificationId(final android.accounts.Account account, method in class:NotificationUtils
1903 private static int getNotificationId(int summaryNotificationId, int conversationHashCode) { method in class:NotificationUtils
/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java1577 mNotificationManager.notify(getNotificationId(NOTIFICATION_ON_KEYGUARD, slotId),
1583 mNotificationManager.cancel(getNotificationId(NOTIFICATION_ON_KEYGUARD, slotId));
1618 private int getNotificationId(int notificationType, int slotId) { method in class:StkAppService
1619 return getNotificationId(slotId) + (notificationType * mSimCount);
1998 mNotificationManager.cancel(getNotificationId(slotId));
2045 mNotificationManager.notify(getNotificationId(slotId), notificationBuilder.build());
2285 private int getNotificationId(int slotId) { method in class:StkAppService
2292 CatLog.d(LOG_TAG, "getNotificationId, slotId: " + slotId + ", notifyId: " + notifyId);

Completed in 145 milliseconds