Home | History | Annotate | Download | only in server

Lines Matching defs:mClients

76     private HashMap<Messenger, ClientInfo> mClients = new HashMap<Messenger, ClientInfo>();
162 mClients.put(msg.replyTo, cInfo);
173 mClients.remove(msg.replyTo);
231 if (mClients.size() > 0) {
238 if (mClients.size() > 0) {
271 mClients.size() == 0) {
278 if (mClients.size() == 1) {
290 clientInfo = mClients.get(msg.replyTo);
314 clientInfo = mClients.get(msg.replyTo);
333 clientInfo = mClients.get(msg.replyTo);
353 clientInfo = mClients.get(msg.replyTo);
372 clientInfo = mClients.get(msg.replyTo);
779 for (ClientInfo client : mClients.values()) {