Searched refs:msgBoxId (Results 1 – 1 of 1) sorted by relevance
96 int msgBoxId = entry.getMessageBox(); in put() local97 HashSet<Uri> msgBox = mMessageBoxes.get(msgBoxId); in put()100 mMessageBoxes.put(msgBoxId, msgBox); in put()212 private void purgeByMessageBox(Integer msgBoxId) { in purgeByMessageBox() argument214 Log.v(TAG, "Purge cache in message box: " + msgBoxId); in purgeByMessageBox()217 if (msgBoxId != null) { in purgeByMessageBox()218 HashSet<Uri> msgBox = mMessageBoxes.get(msgBoxId); in purgeByMessageBox()219 mMessageBoxes.remove(msgBoxId); in purgeByMessageBox()