Home | History | Annotate | Download | only in util

Lines Matching defs:newMsg

1120             /* Copy the "msg" to "newMsg" as "msg" will be recycled */
1121 Message newMsg = obtainMessage();
1122 newMsg.copyFrom(msg);
1124 mDeferredMessages.add(newMsg);