Searched defs:SECONDS (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DAbstractSyncAdapter.java38 public static final int SECONDS = 1000; field in class:AbstractSyncAdapter
39 public static final int MINUTES = SECONDS*60;
/packages/apps/Exchange/src/com/android/exchange/
H A DAbstractSyncService.java45 public static final int SECONDS = 1000; field in class:AbstractSyncService
46 public static final int MINUTES = 60*SECONDS;
50 public static final int CONNECT_TIMEOUT = 30*SECONDS;
51 public static final int NETWORK_WAIT = 15*SECONDS;
269 Thread.sleep(10*SECONDS);
H A DExchangeService.java113 private static final int SECONDS = 1000; field in class:ExchangeService
114 private static final int MINUTES = 60*SECONDS;
1013 System.currentTimeMillis() + 10*SECONDS, syncAlarmPendingIntent);
1061 long holdDelay = 15*SECONDS;
1708 runAsleep(EXTRA_MAILBOX_ID, CONNECTIVITY_WAIT_TIME+5*SECONDS);
1817 setAlarm(EXCHANGE_SERVICE_MAILBOX_ID, 5*SECONDS);
1940 nextWait = 1*SECONDS;
1942 if (nextWait > 10*SECONDS) {
1946 runAsleep(EXTRA_MAILBOX_ID, nextWait + (3*SECONDS));
2279 if (nextWait > 3*SECONDS) {
[all...]
/packages/apps/Exchange/src/com/android/exchange/utility/
H A DCalendarUtilities.java72 static final int SECONDS = 1000; field in class:CalendarUtilities
73 static final int MINUTES = SECONDS*60;
252 cal.setTimeInMillis(millis + 30*SECONDS);
690 standardBias /= 60*SECONDS;

Completed in 88 milliseconds