Home
last modified time | relevance | path

Searched refs:HOURS (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/
DAbstractSyncService.java47 public static final int HOURS = 60*MINUTES; field in AbstractSyncService
48 public static final int DAYS = 24*HOURS;
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DAbstractSyncAdapter.java49 public static final int HOURS = MINUTES*60; field in AbstractSyncAdapter
50 public static final int DAYS = HOURS*24;
DCalendarSyncAdapter.java1566 long durationMillis = HOURS; in sendEvent()
/packages/apps/Exchange/tests/src/com/android/exchange/utility/
DCalendarUtilitiesTests.java629 Date beforeDate = new Date(transitionTime - CalendarUtilities.HOURS); in testFindTransitionDate()
630 Date afterDate = new Date(transitionTime + CalendarUtilities.HOURS); in testFindTransitionDate()
639 beforeDate = new Date(transitionTime - CalendarUtilities.HOURS); in testFindTransitionDate()
640 afterDate = new Date(transitionTime + CalendarUtilities.HOURS); in testFindTransitionDate()
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
DCalendarUtilitiesTests.java629 Date beforeDate = new Date(transitionTime - CalendarUtilities.HOURS); in testFindTransitionDate()
630 Date afterDate = new Date(transitionTime + CalendarUtilities.HOURS); in testFindTransitionDate()
639 beforeDate = new Date(transitionTime - CalendarUtilities.HOURS); in testFindTransitionDate()
640 afterDate = new Date(transitionTime + CalendarUtilities.HOURS); in testFindTransitionDate()
/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java75 static final int HOURS = MINUTES*60; field in CalendarUtilities
76 static final long DAYS = HOURS*24;
84 static final int LENIENT_DST_PRECISION = 4*HOURS;
304 tzd.time = (hour*HOURS) + (minute*MINUTES); in getTimeZoneDateFromSystemTime()
1717 long durationMillis = HOURS; in createMessageForEntity()