HomeSort by relevance Sort by last modified time
    Searched full:minute (Results 451 - 475 of 1648) sorted by null

<<11121314151617181920>>

  /packages/apps/Calendar/res/values/
arrays.xml 45 <item>1 minute</item>
88 <item>1 minute</item>
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettingsSetupWizard.java 244 mTimePicker.setCurrentMinute(now.get(Calendar.MINUTE));
317 mTimePicker.setCurrentMinute(now.get(Calendar.MINUTE));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msasn1.h 122 ASN1uint8_t minute; member in struct:tagASN1generalizedtime_t
134 ASN1uint8_t minute; member in struct:tagASN1utctime_t
  /prebuilts/go/darwin-x86/src/archive/zip/
struct.go 157 // time bits 0-4: second/2; 5-10: minute; 11-15: hour
173 fTime = uint16(t.Second()/2 + t.Minute()<<5 + t.Hour()<<11)
  /prebuilts/go/linux-x86/src/archive/zip/
struct.go 157 // time bits 0-4: second/2; 5-10: minute; 11-15: hour
173 fTime = uint16(t.Second()/2 + t.Minute()<<5 + t.Hour()<<11)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DeskClockTestsActivity.java 182 .putExtra(AlarmClock.EXTRA_MINUTES, cal.get(Calendar.MINUTE)),
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
JarHostTest.java 57 private long mRuntimeHint = 60000;// 1 minute
  /cts/tools/utils/
VogarUtils.java 166 * tag of large results in a 60 minute timeout, otherwise 0 is
  /developers/build/prebuilts/gradle/AlwaysOn/
README.md 16 In addition and most importantly, the app sleeps while in ambient mode for 20 seconds between any updates to conserving battery life (processor allowed to sleep). If you can hold off on updates for a full minute, you can throw away the Handler and just use onUpdateAmbient to save even more battery life.
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
ComplicationSimpleWatchFaceService.java 108 // Colors for all hands (hour, minute, seconds, ticks) based on photo loaded.
628 final float minutesRotation = mCalendar.get(Calendar.MINUTE) * 6f;
630 final float hourHandOffset = mCalendar.get(Calendar.MINUTE) / 2f;
656 * Otherwise, we only update the watch face once a minute.
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
ComplicationSimpleWatchFaceService.java 108 // Colors for all hands (hour, minute, seconds, ticks) based on photo loaded.
628 final float minutesRotation = mCalendar.get(Calendar.MINUTE) * 6f;
630 final float hourHandOffset = mCalendar.get(Calendar.MINUTE) / 2f;
656 * Otherwise, we only update the watch face once a minute.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyingService.java 36 * every 5 seconds for a minute.
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
ComplicationSimpleWatchFaceService.java 108 // Colors for all hands (hour, minute, seconds, ticks) based on photo loaded.
628 final float minutesRotation = mCalendar.get(Calendar.MINUTE) * 6f;
630 final float hourHandOffset = mCalendar.get(Calendar.MINUTE) / 2f;
656 * Otherwise, we only update the watch face once a minute.
  /external/autotest/client/cros/cellular/wardmodem/
task_loop_unittest.py 20 suite takes about half a minute to run, and probably could be speeded up a
  /external/chromium-trace/catapult/
CONTRIBUTING.md 57 It only takes a minute. If you are contributing on behalf of a corporation, you
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
result.py 134 print('Throughput: %f transactions / minute' % tput)
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
common.js 49 // minute, use the format "38.123 seconds" instead.
  /external/cros/system_api/dbus/power_manager/
suspend.proto 25 // 4. Upon receipt of the signal, the client performs any last minute work
  /external/curl/lib/
ftp.h 157 #define DEFAULT_ACCEPT_TIMEOUT 60000 /* milliseconds == one minute */
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
BasicDurationFormat.java 106 TimeUnit.MINUTE,
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeUnitFormat.java 39 * // only SECOND, MINUTE, HOUR, DAY, WEEK, MONTH, and YEAR are supported
385 } else if (timeUnitName.equals("minute")) {
386 timeUnit = TimeUnit.MINUTE;
507 } else if (timeUnit == TimeUnit.MINUTE) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
LanguageTestRoot.java 44 TimeUnit.MINUTE, TimeUnit.SECOND, TimeUnit.MILLISECOND
319 p = p.and(i * 5, MINUTE).omit(HOUR);
404 p = p.omit(MINUTE).omit(SECOND);
407 p = p.and(2, MINUTE);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
CurrencyTest.java 381 assertEquals("minute is 59", 59, cal.get(GregorianCalendar.MINUTE));
388 assertEquals("minute is 0", 0, cal.get(GregorianCalendar.MINUTE));
  /external/icu/icu4c/source/test/intltest/
reldatefmttest.cpp 47 {1.0, UDAT_DIRECTION_NEXT, UDAT_RELATIVE_MINUTES, "in 1 minute"},
76 {1.0, UDAT_DIRECTION_LAST, UDAT_RELATIVE_MINUTES, "1 minute ago"},
107 {1.0, UDAT_DIRECTION_NEXT, UDAT_RELATIVE_MINUTES, "In 1 minute"},
136 {1.0, UDAT_DIRECTION_LAST, UDAT_RELATIVE_MINUTES, "1 minute ago"},
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DateFormat.java 188 * corresponding to the {@link Calendar#MINUTE} field.
856 * {@icu} Constant for date skeleton with minute.
860 public static final String MINUTE = "m";
863 * {@icu} Constant for date skeleton with hour and minute, with the locale's preferred hour format (12 or 24).
870 * {@icu} Constant for date skeleton with hour and minute in 24-hour presentation.
884 * {@icu} Constant for date skeleton with hour, minute, and second,
892 * {@icu} Constant for date skeleton with hour, minute, and second in
900 * {@icu} Constant for date skeleton with minute and second.
    [all...]

Completed in 2698 milliseconds

<<11121314151617181920>>