Searched refs:mNotificationDetails (Results 1 – 1 of 1) sorted by relevance
61 private final ArrayMap<JobServiceContext, NotificationDetails> mNotificationDetails = field in JobNotificationCoordinator122 final NotificationDetails oldDetails = mNotificationDetails.get(hostingContext); in enqueueNotification()174 mNotificationDetails.put(hostingContext, details); in enqueueNotification()184 final NotificationDetails details = mNotificationDetails.remove(hostingContext); in removeNotificationAssociation()294 for (int i = mNotificationDetails.size() - 1; i >= 0; i--) { in maybeDeleteNotificationChannelAssociation()295 final JobServiceContext jsc = mNotificationDetails.keyAt(i); in maybeDeleteNotificationChannelAssociation()296 final NotificationDetails details = mNotificationDetails.get(jsc); in maybeDeleteNotificationChannelAssociation()