Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/format/cts/
DDateUtilsTest.java119 DateUtils.MINUTE_IN_MILLIS)); in test_getRelativeTimeSpanString()
121 DateUtils.MINUTE_IN_MILLIS)); in test_getRelativeTimeSpanString()
126 mBaseTime, DateUtils.MINUTE_IN_MILLIS, DateUtils.FORMAT_NUMERIC_DATE)); in test_getRelativeTimeSpanString()
128 mBaseTime, DateUtils.MINUTE_IN_MILLIS, DateUtils.FORMAT_NUMERIC_DATE)); in test_getRelativeTimeSpanString()
166 … DateUtils.MINUTE_IN_MILLIS, DateUtils.DAY_IN_MILLIS, DateUtils.FORMAT_NUMERIC_DATE)); in test_getRelativeDateTimeString()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java53 private static final long LONG_TIMEOUT = 3 * DateUtils.MINUTE_IN_MILLIS;
/cts/tests/tests/keystore/src/android/keystore/cts/
DAndroidKeyStoreTest.java2037 private static final long MINUTE_IN_MILLIS = 1000 * 60; field in AndroidKeyStoreTest
2038 private static final long LARGE_NUMBER_OF_KEYS_TEST_MAX_DURATION_MILLIS = 2 * MINUTE_IN_MILLIS;
2039 …ivate static final long LARGE_NUMBER_OF_KEYS_TEST_MAX_DURATION_WATCH_MILLIS = 3 * MINUTE_IN_MILLIS;
/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java1499 eventValues.put(Events.DTSTART, now - DateUtils.MINUTE_IN_MILLIS * 15); in testRemindersAlarm()