Searched refs:mMessageBoxes (Results 1 – 1 of 1) sorted by relevance
74 private final SparseArray<HashSet<Uri>> mMessageBoxes; field in PduCache79 mMessageBoxes = new SparseArray<HashSet<Uri>>(); in PduCache()97 HashSet<Uri> msgBox = mMessageBoxes.get(msgBoxId); in put()100 mMessageBoxes.put(msgBoxId, msgBox); in put()178 mMessageBoxes.clear(); in purgeAll()218 HashSet<Uri> msgBox = mMessageBoxes.get(msgBoxId); in purgeByMessageBox()219 mMessageBoxes.remove(msgBoxId); in purgeByMessageBox()