Home
last modified time | relevance | path

Searched refs:sNotificationId (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
DActiveNotificationsFragment.java58 private static int sNotificationId = NOTIFICATION_GROUP_SUMMARY_ID + 1; field in ActiveNotificationsFragment
167 int notificationId = sNotificationId++; in getNewNotificationId()
173 notificationId = sNotificationId++; in getNewNotificationId()
/development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
DHomeListenerService.java61 private static int sNotificationId = 1; field in HomeListenerService
126 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