Searched refs:mMostlyDead (Results 1 – 1 of 1) sorted by relevance
135 private final List<Conversation> mMostlyDead = Lists.newArrayList(); field in ConversationCursor1665 mMostlyDead.add(conv); in setMostlyDead()1671 mMostlyDead.remove(conv); in commitMostlyDead()1673 if (mMostlyDead.isEmpty()) { in commitMostlyDead()1681 mMostlyDead.clear(); in clearMostlyDead()1734 private final boolean mMostlyDead; field in ConversationCursor.ConversationOperation1748 mMostlyDead = conv.isMostlyDead(); in ConversationOperation()1765 if (!mMostlyDead) { in execute()1787 if (!mMostlyDead) { in execute()1799 if (!mMostlyDead) { in execute()