Searched defs:getNotificationId (Results 1 - 3 of 3) sorted by relevance

/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.java599 mNotificationManager.cancel(getNotificationId(slotId));
613 mNotificationManager.cancel(getNotificationId(slotId));
1497 mNotificationManager.cancel(getNotificationId(slotId));
1534 mNotificationManager.notify(getNotificationId(slotId), notificationBuilder.build());
1637 private int getNotificationId(int slotId) { method in class:StkAppService
1644 CatLog.d(LOG_TAG, "getNotificationId, slotId: " + slotId + ", notifyId: " + notifyId);

Completed in 75 milliseconds