Searched refs:sNotificationId (Results 1 – 2 of 2) sorted by relevance
58 private static int sNotificationId = NOTIFICATION_GROUP_SUMMARY_ID + 1; field in ActiveNotificationsFragment183 int notificationId = sNotificationId++; in getNewNotificationId()189 notificationId = sNotificationId++; in getNewNotificationId()
61 private static int sNotificationId = 1; field in HomeListenerService126 String deleteAction = "action_delete" + dataItem.getUri().toString() + sNotificationId; in updateNotificationForDataItem()165 .notify(sNotificationId, card); in updateNotificationForDataItem()167 sNotificationIdByDataItemUri.put(dataItem.getUri(), sNotificationId++); in updateNotificationForDataItem() local