Searched refs:notificationId (Results 1 – 6 of 6) sorted by relevance
167 int notificationId = sNotificationId++; in getNewNotificationId() local172 if (notificationId == NOTIFICATION_GROUP_SUMMARY_ID) { in getNewNotificationId()173 notificationId = sNotificationId++; in getNewNotificationId()175 return notificationId; in getNewNotificationId()
77 int notificationId = intent.getIntExtra(Constants.KEY_NOTIFICATION_ID, -1); in onStartCommand() local78 if (notificationId == Constants.BOTH_ID) { in onStartCommand()79 dismissWearableNotification(notificationId); in onStartCommand()
97 private void buildLocalOnlyNotification(String title, String content, int notificationId, in buildLocalOnlyNotification() argument116 NotificationManagerCompat.from(this.getActivity()).notify(notificationId, builder.build()); in buildLocalOnlyNotification()
71 int notificationId = intent.getIntExtra(Constants.KEY_NOTIFICATION_ID, -1); in onStartCommand() local72 if (notificationId == Constants.BOTH_ID) { in onStartCommand()73 dismissPhoneNotification(notificationId); in onStartCommand()
95 Integer notificationId = sNotificationIdByDataItemUri.remove(dataItem.getUri()); in deleteDataItem() local96 if (notificationId != null) { in deleteDataItem()97 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(notificationId); in deleteDataItem()
155 int notificationId = Integer.parseInt(uri.getLastPathSegment()); in onDataChanged() local157 .cancel(notificationId); in onDataChanged()