Home
last modified time | relevance | path

Searched defs:notificationId (Results 1 – 14 of 14) sorted by relevance

/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
DSmsMessageReceiver.java54 int notificationId = BasicSmsReceiverApp.getBasicSmsReceiverApp().getNextNotificationId(); in addNotification() local
74 String message, int notificationId) { in createDisplayMessageIntent()
DBasicSmsReceiverApp.java47 int notificationId = prefs.getInt(PREF_KEY_NOTIFICATION_ID, 0); in getNextNotificationId() local
DDialogSmsDisplay.java62 int notificationId = extras.getInt(SMS_NOTIFICATION_ID_EXTRA); in parseIntent() local
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java202 final Folder folder, final int notificationId, final long when, in addNotificationActions()
352 final NotificationActionType action, final int notificationId, final long when) { in getNotificationActionPendingIntent()
421 final NotificationActionType action, final int notificationId, final long when) { in getWearNotificationActionPendingIntent()
501 final int notificationId) { in NotificationAction()
630 final NotificationAction notificationAction, final int notificationId) { in createUndoNotification()
791 final int notificationId = NotificationUtils.getNotificationId( in createUndoNotification() local
817 final int notificationId = in cancelUndoNotification() local
839 final int notificationId = NotificationUtils.getNotificationId( in processUndoNotification() local
853 final Context context, final int notificationId, final boolean removeNow) { in removeUndoNotification()
DNotificationUtils.java382 final int notificationId = in resendNotifications() local
457 final int notificationId = in validateAccountNotifications() local
503 final int notificationId = getNotificationId(account.getAccountManagerAccount(), folder); in setNewEmailIndicator() local
606 final int notificationId = in validateNotifications() local
1195 boolean isInbox, String notificationLabelName, int notificationId, in configureNotifForOneConversation()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertReceiver.java202 long startMillis, long endMillis, int notificationId) { in createClickEventIntent()
208 long startMillis, long endMillis, int notificationId) { in createDeleteEventIntent()
214 long startMillis, long endMillis, int notificationId, String action) { in createDismissAlarmsIntent()
236 long startMillis, long endMillis, int notificationId) { in createSnoozeIntent()
261 int notificationId, boolean doPopup, int priority) { in makeBasicNotification()
270 long eventId, int notificationId, boolean doPopup, int priority, in buildBasicNotification()
413 int notificationId, boolean doPopup, int priority) { in makeExpandingNotification()
DSnoozeAlarmsService.java57 int notificationId = intent.getIntExtra(AlertUtils.NOTIFICATION_ID_KEY, in onHandleIntent() local
DDismissAlarmsService.java70 int notificationId = intent.getIntExtra(AlertUtils.NOTIFICATION_ID_KEY, -1); in onHandleIntent() local
DAlertService.java131 public NotificationWrapper(Notification n, int notificationId, long eventId, in NotificationWrapper()
864 NotificationMgr notificationMgr, int notificationId) { in postNotification()
/packages/apps/BasicSmsReceiver/tests/src/com/android/basicsmsreceiver/
DDialogSmsDisplayTests.java276 public void sendOnNewIntent(String message, String dest, int notificationId) { in sendOnNewIntent()
/packages/apps/Email/src/com/android/email/
DEmailNotificationController.java110 private static boolean needsOngoingNotification(int notificationId) { in needsOngoingNotification()
171 String contentText, Intent intent, int notificationId) { in showNotification()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerReceiver.java331 int priority, PendingIntent pendingIntent, int notificationId, boolean showTicker) { in showCollapsedNotification()
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
DAlertServiceTest.java272 public void expectTestNotification(int notificationId, int alertId, int highPriority) { in expectTestNotification()
277 public void expectTestNotification(int notificationId, int[] alertIds, int priority) { in expectTestNotification()
/packages/apps/Mms/src/com/android/mms/transaction/
DMessagingNotification.java789 public static void cancelNotification(Context context, int notificationId) { in cancelNotification()