Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DNotificationUtils.java80 final int notificationId = sNextNotificationId.getAndIncrement(); in sendDirectReplyNotification() local
102 final int notificationId = intent.getIntExtra(KEY_NOTIFICATION_ID, 0); in onReceiveDirectReply() local
113 private static PendingIntent getReplyPendingIntent(Context context, int notificationId) { in getReplyPendingIntent()
/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/TV/src/com/android/tv/recommendation/
DNotificationService.java199 private void handleUpdateRecommendation(int notificationId, Channel channel) { in handleUpdateRecommendation()
295 int notificationId = notificationChannels.keyAt(i); in showRecommendation() local
314 private void changeRecommendation(int notificationId) { in changeRecommendation()
350 private boolean sendNotification(final long channelId, final int notificationId) { in sendNotification()
423 int notificationId, in sendNotification()
475 final int notificationId, in createChannelLogoCallback()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertReceiver.java88 int notificationId, boolean doPopup, int priority) { in makeBasicNotification()
97 long eventId, int notificationId, boolean doPopup, int priority, in buildBasicNotification()
DDismissAlarmsService.java70 int notificationId = intent.getIntExtra(AlertUtils.NOTIFICATION_ID_KEY, -1); in onHandleIntent() local
DAlertService.java119 public NotificationWrapper(Notification n, int notificationId, long eventId, in NotificationWrapper()
/packages/apps/Dialer/java/com/android/incallui/spam/
DSpamNotificationService.java59 private int notificationId; field in SpamNotificationService
67 int notificationId) { in createServiceIntent()
DSpamNotificationActivity.java103 int notificationId) { in createActivityIntent()
335 int notificationId = getIntent().getIntExtra(EXTRA_NOTIFICATION_ID, 1); in cancelNotification() 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/Dialer/java/com/android/incallui/
DExternalCallNotifier.java132 public void pullExternalCall(int notificationId) { in pullExternalCall()
402 private final int notificationId; field in ExternalCallNotifier.NotificationInfo
407 public NotificationInfo(@NonNull Call call, int notificationId) { in NotificationInfo()
DNotificationBroadcastReceiver.java101 int notificationId = intent.getIntExtra(EXTRA_NOTIFICATION_ID, -1); in onReceive() local
/packages/apps/Dialer/java/com/android/dialer/spam/promo/
DSpamBlockingPromoHelper.java159 int notificationId, in showSpamBlockingPromoNotification()
/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.java754 final int notificationId = mNotificationModel.getUnexpiredTimerNotificationId(); in updateNotification() local
779 final int notificationId = mNotificationModel.getMissedTimerNotificationId(); in updateMissedNotification() local
804 final int notificationId = mNotificationModel.getExpiredTimerNotificationId(); in updateHeadsUpNotification() local
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerDelegate.java320 final int notificationId = notificationInfo.mNotificationId; in createNotification() local
375 private PendingIntent createServiceIntent(SenderKey senderKey, int notificationId, in createServiceIntent()
385 private List<Action> getNotificationActions(SenderKey senderKey, int notificationId) { in getNotificationActions()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DPbapStateMachine.java95 IObexConnectionHandler obexConnectionHandler, Handler pbapHandler, int notificationId) { in PbapStateMachine()
112 IObexConnectionHandler obexConnectionHandler, Handler pbapHandler, int notificationId) { in make()
/packages/apps/Traceur/src/com/google/android/traceur/
DTraceService.java170 int notificationId = forceStop in stopTracingInternal() local
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
DNotificationFragment.java102 private PendingIntent createServiceIntent(int notificationId, String action) { in createServiceIntent()
/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()