Searched refs:dates (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/provider/ |
D | SmsProviderTest.java | 41 String[] dates = new String[]{ in testProvider() local 62 map.put("date", dates[i]); in testProvider()
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon/ |
D | RecurrenceProcessorTest.java | 37 private static String[] getFormattedDates(long[] dates, Time time) { in getFormattedDates() argument 38 String[] out = new String[dates.length]; in getFormattedDates() 40 for (long date : dates) { in getFormattedDates() 2468 long [] dates = rp.expand(dtstart, recur, rangeStartMillis, rangeEndMillis); in performanceTextExpand() local 2472 for (long date : dates) { in performanceTextExpand()
|
D | RRuleTest.java | 45 private static String[] getFormattedDates(long[] dates, Time time, boolean truncate) { in getFormattedDates() argument 46 String[] out = new String[dates.length]; in getFormattedDates() 48 for (long date : dates) { in getFormattedDates()
|
/frameworks/opt/calendar/src/com/android/calendarcommon/ |
D | RecurrenceProcessor.java | 131 long[] dates = expand(dtstart, recur, in getLastOccurence() local 138 if (dates.length == 0) { in getLastOccurence() 141 return dates[dates.length - 1]; in getLastOccurence() 702 long[] dates = new long[len]; in expand() local 706 dates[i++] = mIterator.toMillis(true /* ignore isDst */); in expand() 708 return dates; in expand()
|
D | RecurrenceSet.java | 151 long[] dates = new long[n]; in parseRecurrenceDates() local 162 dates[i] = time.toMillis(false /* use isDst */); in parseRecurrenceDates() 165 return dates; in parseRecurrenceDates()
|
/frameworks/base/docs/html/resources/faq/ |
D | troubleshooting.jd | 295 …h; fails to properly handle non-Gregorian locales and may create validity dates that are in the pa… 305 …. The build tools will regenerate a new keystore and debug key with valid dates. Once the new debu…
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | localization.jd | 552 sounds, music, numbers, money, dates and times. You might not need to localize 594 example numbers and dates) for each supported locale. Make sure that your
|
/frameworks/base/docs/html/sdk/ |
D | android-3.0.jd | 565 <p>Allows users to select dates from a calendar by touching the date and can scroll or fling the 566 calendar to a desired date. You can configure the range of dates available in the widget.</p></li>
|
D | android-4.0-highlights.jd | 320 color-coded and users can <strong>swipe left or right</strong> to change dates 671 and manage dates, attendees, alerts, and reminders. Applications can also read
|