Fix obtainMessage arg1 issue.

We should use the obtainMessage(int what, int arg1, int arg2) form and
ignore arg2 to pass the message correctly. Previously we got lucky
because default is 0.

Bug: b/21177838
Change-Id: I35cf35a4fcdec363f1136a8deca3204c400caa34
1 file changed