Home | History | Annotate | Download | only in frameworkperf

Lines Matching refs:replyTo

163                     newMsg.replyTo = msg.replyTo;
170 final Messenger replyTo = msg.replyTo;
173 if (replyTo != null) {
179 replyTo.send(msg);
190 newMsg.replyTo = msg.replyTo;
194 if (msg.replyTo != null) {
197 msg.replyTo.send(reply);