Home
last modified time | relevance | path

Searched refs:HOURS (Results 1 – 8 of 8) 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/DeskClock/src/com/android/deskclock/
DDigitalClock.java43 private final static String HOURS = "h"; field in DigitalClock
215 mHoursFormat = Alarms.get24HourMode(getContext()) ? HOURS_24 : HOURS; in setDateFormat()
DUtils.java88 public final static String HOURS = "h"; field in Utils
/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.java1569 long durationMillis = HOURS; in sendEvent()
/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/tests/src/com/android/exchange/utility/
DCalendarUtilitiesTests.java639 Date beforeDate = new Date(transitionTime - CalendarUtilities.HOURS); in testFindTransitionDate()
640 Date afterDate = new Date(transitionTime + CalendarUtilities.HOURS); in testFindTransitionDate()
649 beforeDate = new Date(transitionTime - CalendarUtilities.HOURS); in testFindTransitionDate()
650 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;
319 tzd.time = (hour*HOURS) + (minute*MINUTES); in getTimeZoneDateFromSystemTime()
1791 long durationMillis = HOURS; in createMessageForEntity()