Searched defs:sNotificationId (Results 1 – 2 of 2) sorted by relevance
61 private static int sNotificationId = 1; field in HomeListenerService167 sNotificationIdByDataItemUri.put(dataItem.getUri(), sNotificationId++); in updateNotificationForDataItem() local
58 private static int sNotificationId = NOTIFICATION_GROUP_SUMMARY_ID + 1; field in ActiveNotificationsFragment