Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java207 private void handleUpdateRecommendation(int notificationId, Channel channel) { in handleUpdateRecommendation()
299 int notificationId = notificationChannels.keyAt(i); in showRecommendation() local
318 private void changeRecommendation(int notificationId) { in changeRecommendation()
354 private boolean sendNotification(final long channelId, final int notificationId) { in sendNotification()
417 NotificationService service, final int notificationId, final String inputDisplayName, in createChannelLogoCallback()
/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/DeskClock/src/com/android/deskclock/data/
DTimerModel.java713 final int notificationId = mNotificationModel.getUnexpiredTimerNotificationId(); in updateNotification() local
822 final int notificationId = mNotificationModel.getExpiredTimerNotificationId(); in updateHeadsUpNotification() local
/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/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()