Mms: Fix ANR when checking 2000 messages as selected.

When checking over 2000 messages as selected by clicking check all
option, it will update the UI for each item when into the callback
function. This is time-consuming operation. It maybe cause the ANR
happened.

When tap on check all option, do not run the callback function to
update the UI, only update the UI after checking all.

Change-Id: Ia59c72d87ad9c2664732291c7b96c18f48fec05a
CRs-Fixed: 867216
1 file changed