Home | History | Annotate | Download | only in exchange

Lines Matching refs:serverId

803             // syncList has the serverId's of the mailboxes...
806 for (String serverId: mPingChangeList) {
807 mBindArguments[1] = serverId;
835 errorMap.remove(serverId);
840 Integer failures = errorMap.get(serverId);
843 errorMap.put(serverId, 1);
850 errorMap.put(serverId, failures + 1);