/packages/apps/TV/src/com/android/tv/recommendation/ |
D | NotificationService.java | 207 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/ |
D | SmsMessageReceiver.java | 54 int notificationId = BasicSmsReceiverApp.getBasicSmsReceiverApp().getNextNotificationId(); in addNotification() local 74 String message, int notificationId) { in createDisplayMessageIntent()
|
D | BasicSmsReceiverApp.java | 47 int notificationId = prefs.getInt(PREF_KEY_NOTIFICATION_ID, 0); in getNextNotificationId() local
|
D | DialogSmsDisplay.java | 62 int notificationId = extras.getInt(SMS_NOTIFICATION_ID_EXTRA); in parseIntent() local
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | NotificationActionUtils.java | 202 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()
|
D | NotificationUtils.java | 382 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/ |
D | AlertReceiver.java | 202 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()
|
D | SnoozeAlarmsService.java | 57 int notificationId = intent.getIntExtra(AlertUtils.NOTIFICATION_ID_KEY, in onHandleIntent() local
|
D | DismissAlarmsService.java | 70 int notificationId = intent.getIntExtra(AlertUtils.NOTIFICATION_ID_KEY, -1); in onHandleIntent() local
|
D | AlertService.java | 131 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/ |
D | DialogSmsDisplayTests.java | 276 public void sendOnNewIntent(String message, String dest, int notificationId) { in sendOnNewIntent()
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | TimerModel.java | 713 final int notificationId = mNotificationModel.getUnexpiredTimerNotificationId(); in updateNotification() local 822 final int notificationId = mNotificationModel.getExpiredTimerNotificationId(); in updateHeadsUpNotification() local
|
/packages/apps/Email/src/com/android/email/ |
D | EmailNotificationController.java | 110 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/ |
D | AlertServiceTest.java | 272 public void expectTestNotification(int notificationId, int alertId, int highPriority) { in expectTestNotification() 277 public void expectTestNotification(int notificationId, int[] alertIds, int priority) { in expectTestNotification()
|