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

  /external/chromium/third_party/icu/source/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;
  /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;
  /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))) {
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java     [all...]

Completed in 1641 milliseconds