Home | History | Annotate | Download | only in util

Lines Matching refs:newMsg

1195             /* Copy the "msg" to "newMsg" as "msg" will be recycled */
1196 Message newMsg = obtainMessage();
1197 newMsg.copyFrom(msg);
1199 mDeferredMessages.add(newMsg);