Home
last modified time | relevance | path

Searched refs:hourDuration (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/text/src/android/text/format/cts/
DDateUtilsTest.java241 final long hourDuration = 2 * 60 * 60 * 1000; in testFormatDateRange() local
243 fixedTime + hourDuration, DateUtils.FORMAT_SHOW_WEEKDAY)); in testFormatDateRange()
254 final long hourDuration = 2 * 60 * 60 * 1000; in testFormatDateRange_withFormatter() local
257 fixedTime + hourDuration, DateUtils.FORMAT_SHOW_WEEKDAY); in testFormatDateRange_withFormatter()
270 final long hourDuration = 2 * 60 * 60 * 1000; in testFormatDateRange_withFormatterAndTimezone() local
273 fixedTime + hourDuration, DateUtils.FORMAT_SHOW_WEEKDAY, null /* local */); in testFormatDateRange_withFormatterAndTimezone()