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
1081 private String makeUriString(String cmd, String extra) throws IOException {
1091 if (extra != null) {
1092 us += extra;
1196 String extra = null;
1200 extra = cmd.substring(cmdLength);
1207 String us = makeUriString(cmd, extra);