Home | History | Annotate | Download | only in exchange

Lines Matching refs:extra

130     // The extra time allowed beyond the COMMAND_TIMEOUT before which our watchdog alarm triggers
1099 private String makeUriString(String cmd, String extra) throws IOException {
1109 if (extra != null) {
1110 us += extra;
1217 String extra = null;
1221 extra = cmd.substring(cmdLength);
1228 String us = makeUriString(cmd, extra);