HomeSort by relevance Sort by last modified time
    Searched refs:ONE_MINUTE (Results 1 - 6 of 6) sorted by null

  /external/icu4c/test/intltest/
tzbdtest.h 86 const UDate ONE_MINUTE;
calcasts.cpp 44 static const int32_t ONE_MINUTE = 60*ONE_SECOND;
45 static const int32_t ONE_HOUR = 60*ONE_MINUTE;
tzbdtest.cpp 53 ONE_MINUTE(60 * ONE_SECOND),
54 ONE_HOUR(60 * ONE_MINUTE),
  /packages/apps/Gallery/src/com/android/camera/
MovieViewControl.java 46 private static final int ONE_MINUTE = 60 * 1000;
47 private static final int TWO_MINUTES = 2 * ONE_MINUTE;
48 private static final int FIVE_MINUTES = 5 * ONE_MINUTE;
163 || (bookmark > (duration - ONE_MINUTE))) {
  /packages/apps/Calendar/tests/src/com/android/calendar/widget/
CalendarAppWidgetServiceTest.java 43 final long ONE_MINUTE = 60000;
44 final long ONE_HOUR = 60 * ONE_MINUTE;
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java     [all...]

Completed in 2893 milliseconds