Home
last modified time | relevance | path

Searched defs:notificationId (Results 1 – 19 of 19) 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/TV/src/com/android/tv/recommendation/
DNotificationService.java201 private void handleUpdateRecommendation(int notificationId, Channel channel) { in handleUpdateRecommendation()
297 int notificationId = notificationChannels.keyAt(i); in showRecommendation() local
316 private void changeRecommendation(int notificationId) { in changeRecommendation()
352 private boolean sendNotification(final long channelId, final int notificationId) { in sendNotification()
425 int notificationId, in sendNotification()
477 final int notificationId, 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/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegateTest.java227 int notificationId = mNotificationIdCaptor.getValue(); in newMessageShouldUpdateConversationNotification() local
254 int notificationId = mNotificationIdCaptor.getValue(); in existingConversationShouldUpdateNotification() local
440 int notificationId = mNotificationIdCaptor.getValue(); in clearAllAppDataShouldClearInternalDataAndNotifications() local
501 int notificationId = mNotificationIdCaptor.getValue(); in dismissShouldDismissNotification() local
561 int notificationId = mNotificationIdCaptor.getValue(); in onDestroyShouldClearInternalDataAndNotifications() local
577 int notificationId = mNotificationIdCaptor.getValue(); in deviceDisconnectedShouldClearDeviceNotificationsAndMetadata() local
/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/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/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DBaseNotificationDelegate.java285 int notificationId) { in buildNotificationActions()
322 private PendingIntent createServiceIntent(ConversationKey conversationKey, int notificationId, in createServiceIntent()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerModel.java755 final int notificationId = mNotificationModel.getUnexpiredTimerNotificationId(); in updateNotification() local
780 final int notificationId = mNotificationModel.getMissedTimerNotificationId(); in updateMissedNotification() local
805 final int notificationId = mNotificationModel.getExpiredTimerNotificationId(); in updateHeadsUpNotification() local
/packages/apps/BasicSmsReceiver/tests/src/com/android/basicsmsreceiver/
DDialogSmsDisplayTests.java276 public void sendOnNewIntent(String message, String dest, int notificationId) { in sendOnNewIntent()
/packages/apps/Dialer/java/com/android/dialer/spam/promo/
DSpamBlockingPromoHelper.java159 int notificationId, in showSpamBlockingPromoNotification()
/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/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
DNotificationFragment.java106 private PendingIntent createServiceIntent(int notificationId, String action) { in createServiceIntent()