Searched refs:mNotificationTempDeleted (Results 1 – 1 of 1) sorted by relevance
138 private final Set<Conversation> mNotificationTempDeleted = Sets.newHashSet(); field in ConversationCursor2385 final boolean changed = !mNotificationTempDeleted.isEmpty(); in resetNotificationActions()2387 for (final Conversation conversation : mNotificationTempDeleted) { in resetNotificationActions()2391 mNotificationTempDeleted.clear(); in resetNotificationActions()2439 if (!mNotificationTempDeleted.contains(conversation)) { in handleNotificationActions()2442 mNotificationTempDeleted.add(conversation); in handleNotificationActions()2452 final Iterator<Conversation> iterator = mNotificationTempDeleted.iterator(); in handleNotificationActions()