Searched refs:notificationId (Results 1 – 7 of 7) sorted by relevance
183 int notificationId = sNotificationId++; in getNewNotificationId() local188 if (notificationId == NOTIFICATION_GROUP_SUMMARY_ID) { in getNewNotificationId()189 notificationId = sNotificationId++; in getNewNotificationId()191 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()
META-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/ ...