Home | History | Annotate | Download | only in exchange

Lines Matching defs:MINUTES

121     private static final int MINUTES = 60*SECONDS;
124 private static final int SYNC_MANAGER_HEARTBEAT_TIME = 15*MINUTES;
125 private static final int CONNECTIVITY_WAIT_TIME = 10*MINUTES;
128 private static final int HOLD_DELAY_MAXIMUM = 4*MINUTES;
2143 sinceLastSync = interval*MINUTES;
2145 long toNextSync = interval*MINUTES - sinceLastSync;
2182 if (timeToRequest < 11*MINUTES) {