Home | History | Annotate | Download | only in server

Lines Matching refs:replyTo

160                             ClientInfo cInfo = new ClientInfo(c, msg.replyTo);
161 mClients.put(msg.replyTo, cInfo);
172 mClients.remove(msg.replyTo);
176 ac.connect(mContext, getHandler(), msg.replyTo);
289 clientInfo = mClients.get(msg.replyTo);
313 clientInfo = mClients.get(msg.replyTo);
332 clientInfo = mClients.get(msg.replyTo);
352 clientInfo = mClients.get(msg.replyTo);
371 clientInfo = mClients.get(msg.replyTo);
777 if (msg.replyTo == null) return;
784 if (msg.replyTo == null) return;
792 if (msg.replyTo == null) return;