Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationCursor.java138 private final Set<Conversation> mNotificationTempDeleted = Sets.newHashSet(); field in ConversationCursor
2385 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()