Searched refs:mInternalMap (Results 1 – 1 of 1) sorted by relevance
68 private final HashMap<Long, Conversation> mInternalMap = new HashMap<Long, Conversation>(); field in ConversationCheckedSet106 boolean initiallyNotEmpty = !mInternalMap.isEmpty(); in clear()107 mInternalMap.clear(); in clear()110 if (mInternalMap.isEmpty() && initiallyNotEmpty) { in clear()126 return mInternalMap.containsKey(key); in containsKey()178 return mInternalMap.isEmpty(); in isEmpty()184 final boolean initiallyEmpty = mInternalMap.isEmpty(); in put()185 mInternalMap.put(id, info); in put()205 final boolean initiallyNotEmpty = !mInternalMap.isEmpty(); in removeAll()210 mInternalMap.remove(id); in removeAll()[all …]