Home | History | Annotate | Download | only in server

Lines Matching refs:mClients

71     private HashMap<Messenger, ClientInfo> mClients = new HashMap<Messenger, ClientInfo>();
158 mClients.put(msg.replyTo, cInfo);
175 cInfo = mClients.get(msg.replyTo);
178 mClients.remove(msg.replyTo);
181 if (mClients.size() == 0) {
241 if (mClients.size() > 0) {
248 if (mClients.size() > 0) {
283 mClients.size() == 0) {
298 clientInfo = mClients.get(msg.replyTo);
322 clientInfo = mClients.get(msg.replyTo);
341 clientInfo = mClients.get(msg.replyTo);
361 clientInfo = mClients.get(msg.replyTo);
380 clientInfo = mClients.get(msg.replyTo);
835 for (ClientInfo client : mClients.values()) {