/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/ |
D | NotificationUtils.java | 80 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/ |
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/TV/src/com/android/tv/recommendation/ |
D | NotificationService.java | 199 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/ |
D | AlertReceiver.java | 88 int notificationId, boolean doPopup, int priority) { in makeBasicNotification() 97 long eventId, int notificationId, boolean doPopup, int priority, in buildBasicNotification()
|
D | DismissAlarmsService.java | 70 int notificationId = intent.getIntExtra(AlertUtils.NOTIFICATION_ID_KEY, -1); in onHandleIntent() local
|
D | AlertService.java | 119 public NotificationWrapper(Notification n, int notificationId, long eventId, in NotificationWrapper()
|
/packages/apps/Dialer/java/com/android/incallui/spam/ |
D | SpamNotificationService.java | 59 private int notificationId; field in SpamNotificationService 67 int notificationId) { in createServiceIntent()
|
D | SpamNotificationActivity.java | 103 int notificationId) { in createActivityIntent() 335 int notificationId = getIntent().getIntExtra(EXTRA_NOTIFICATION_ID, 1); in cancelNotification() 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/Dialer/java/com/android/incallui/ |
D | ExternalCallNotifier.java | 132 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()
|
D | NotificationBroadcastReceiver.java | 101 int notificationId = intent.getIntExtra(EXTRA_NOTIFICATION_ID, -1); in onReceive() local
|
/packages/apps/Dialer/java/com/android/dialer/spam/promo/ |
D | SpamBlockingPromoHelper.java | 159 int notificationId, in showSpamBlockingPromoNotification()
|
/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 | 754 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/ |
D | MessengerDelegate.java | 320 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/ |
D | PbapStateMachine.java | 95 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/ |
D | TraceService.java | 170 int notificationId = forceStop in stopTracingInternal() local
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/ |
D | NotificationFragment.java | 102 private PendingIntent createServiceIntent(int notificationId, String action) { in createServiceIntent()
|
/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()
|