HomeSort by relevance Sort by last modified time
    Searched full:minutes (Results 976 - 1000 of 2305) sorted by null

<<31323334353637383940>>

  /packages/apps/TV/usbtuner/res/values-fr/
strings.xml 52 <string name="ut_channel_scan_time" msgid="5108578893396614867">"Cette opération peut prendre plusieurs minutes."</string>
  /packages/apps/TV/usbtuner/res/values-fr-rCA/
strings.xml 52 <string name="ut_channel_scan_time" msgid="5108578893396614867">"Cela peut prendre plusieurs minutes"</string>
  /packages/services/Car/service/src/com/android/car/
GarageModeService.java 55 protected static final int MAINTENANCE_WINDOW = 5 * 60 * 1000; // 5 minutes
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 283 int tm_min; /* minutes after the hour - [0,59] */
  /prebuilts/tools/common/proguard/proguard4.7/docs/
results.html 156 minutes.
  /system/core/crash_reporter/
udev_collector.cc 160 // without having to wait for the 5-minutes timeout.
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
MoreExecutorsTest.java 364 future = service.schedule(runnable, 5, TimeUnit.MINUTES);
372 future = service.scheduleAtFixedRate(runnable, 5, 5, TimeUnit.MINUTES);
380 future = service.scheduleWithFixedDelay(runnable, 5, 5, TimeUnit.MINUTES);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RelativeDateTimeFormatter.java 109 * Minutes
111 MINUTES,
635 MINUTE(RelativeUnit.MINUTES, null),
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
DngCreator.java 617 int minutes = (int) value; local
618 value = (value - minutes) * 6000;
620 return new int[] { degrees, 1, minutes, 1, seconds, 100 };
  /frameworks/base/core/java/android/widget/
MediaController.java 423 int minutes = (totalSeconds / 60) % 60; local
428 return mFormatter.format("%d:%02d:%02d", hours, minutes, seconds).toString();
430 return mFormatter.format("%02d:%02d", minutes, seconds).toString();
  /frameworks/base/docs/html/training/efficient-downloads/
efficient-network-access.jd 86 <p>Generally speaking, it's good practice to prefetch data such that you will only need to initiate another download every 2 to 5 minutes, and in the order of 1 to 5 megabytes.</p>
88 <p>Following this principle, large downloads&mdash;such as video files&mdash;should be downloaded in chunks at regular intervals (every 2 to 5 minutes), effectively prefetching only the video data likely to be viewed in the next few minutes.</p>
  /frameworks/base/docs/html/training/wearables/watch-faces/
drawing.jd 511 float minutes = mCalendar.get(Calendar.MINUTE) + seconds / 60f;
512 float minRot = minutes / 60f * TWO_PI;
513 float hours = mCalendar.get(Calendar.HOUR) + minutes / 60f;
  /frameworks/base/location/java/android/location/
LocationRequest.java 56 * {@link #setInterval} (such as 60 minutes). They will only be assigned
145 private long mInterval = 60 * 60 * 1000; // 60 minutes
146 private long mFastestInterval = (long)(mInterval / FASTEST_INTERVAL_FACTOR); // 10 minutes
  /packages/apps/Calendar/res/values-en-rAU/
strings.xml 34 <item quantity="other" msgid="5644461630927544936">"<xliff:g id="COUNT">%d</xliff:g> minutes"</item>
127 <item msgid="1524421198348168403">"Running just a couple of minutes late."</item>
128 <item msgid="6215158751728689832">"Be there in about 10 minutes."</item>
  /packages/apps/Calendar/res/values-en-rGB/
strings.xml 34 <item quantity="other" msgid="5644461630927544936">"<xliff:g id="COUNT">%d</xliff:g> minutes"</item>
127 <item msgid="1524421198348168403">"Running just a couple of minutes late."</item>
128 <item msgid="6215158751728689832">"Be there in about 10 minutes."</item>
  /packages/apps/Calendar/res/values-en-rIN/
strings.xml 34 <item quantity="other" msgid="5644461630927544936">"<xliff:g id="COUNT">%d</xliff:g> minutes"</item>
127 <item msgid="1524421198348168403">"Running just a couple of minutes late."</item>
128 <item msgid="6215158751728689832">"Be there in about 10 minutes."</item>
  /packages/apps/Calendar/res/values-fr/
strings.xml 34 <item quantity="other" msgid="5644461630927544936">"<xliff:g id="COUNT">%d</xliff:g> minutes"</item>
127 <item msgid="1524421198348168403">"Désolé, j\'aurai quelques minutes de retard."</item>
128 <item msgid="6215158751728689832">"Désolé, j\'arrive dans 10 minutes environ."</item>
  /packages/apps/CellBroadcastReceiver/res/values/
strings.xml 234 <item>Every 2 minutes</item>
235 <item>Every 5 minutes</item>
236 <item>Every 15 minutes</item>
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 330 // Verify that alarmOnQuarterHour is within the next 15 minutes
334 // about 15 minutes. Next time , it will align with the 15 minutes border.
  /packages/apps/TV/src/com/android/tv/data/
ProgramDataManager.java 62 private static final long PERIODIC_PROGRAM_UPDATE_MIN_MS = TimeUnit.MINUTES.toMillis(5);
63 private static final long PERIODIC_PROGRAM_UPDATE_MAX_MS = TimeUnit.MINUTES.toMillis(10);
68 static final long PROGRAM_GUIDE_SNAP_TIME_MS = TimeUnit.MINUTES.toMillis(30);
  /packages/services/Telephony/res/values/
strings.xml     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RbnfTest.java 85 // (the ">>>" below causes us to see the number of minutes
86 // when when there are zero minutes)
91 + " 0 minutes; 1 minute; =0= minutes;\n"
107 // this rule causes values of less than 10 minutes to show without
112 // this rule set is used for values of 3,600 or more. Minutes are always
119 // as delimiters between hours, minutes, and seconds
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
FormatTests.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RbnfTest.java 81 // (the ">>>" below causes us to see the number of minutes
82 // when when there are zero minutes)
87 + " 0 minutes; 1 minute; =0= minutes;\n"
103 // this rule causes values of less than 10 minutes to show without
108 // this rule set is used for values of 3,600 or more. Minutes are always
115 // as delimiters between hours, minutes, and seconds
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
FormatTests.java     [all...]

Completed in 1200 milliseconds

<<31323334353637383940>>