Searched refs:msgBoxId (Results 1 – 1 of 1) sorted by relevance
99 int msgBoxId = entry.getMessageBox(); in put() local100 HashSet<Uri> msgBox = mMessageBoxes.get(msgBoxId); in put()103 mMessageBoxes.put(msgBoxId, msgBox); in put()218 private void purgeByMessageBox(Integer msgBoxId) { in purgeByMessageBox() argument220 Log.v(TAG, "Purge cache in message box: " + msgBoxId); in purgeByMessageBox()223 if (msgBoxId != null) { in purgeByMessageBox()224 HashSet<Uri> msgBox = mMessageBoxes.remove(msgBoxId); in purgeByMessageBox()