Searched refs:mMessageBoxes (Results 1 – 1 of 1) sorted by relevance
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()