Searched refs:mMessageBoxes (Results 1 – 2 of 2) 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()
75 private final HashMap<Integer, HashSet<Uri>> mMessageBoxes; field in PduCache81 mMessageBoxes = new HashMap<Integer, HashSet<Uri>>(); in PduCache()100 HashSet<Uri> msgBox = mMessageBoxes.get(msgBoxId); in put()103 mMessageBoxes.put(msgBoxId, msgBox); in put()184 mMessageBoxes.clear(); in purgeAll()224 HashSet<Uri> msgBox = mMessageBoxes.remove(msgBoxId); in purgeByMessageBox()