Searched refs:msg1 (Results 1 – 1 of 1) sorted by relevance
2293 Message msg1 = Message.obtain(); in testGetMdn() local2294 msg1.what = integerArgumentCaptor.getValue(); in testGetMdn()2295 msg1.obj = new AsyncResult(null, null, null); in testGetMdn()2296 sst.sendMessage(msg1); in testGetMdn()