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.java120 DateUtils.MINUTE_IN_MILLIS)); in test_getRelativeTimeSpanString()
122 DateUtils.MINUTE_IN_MILLIS)); in test_getRelativeTimeSpanString()
127 mBaseTime, DateUtils.MINUTE_IN_MILLIS, DateUtils.FORMAT_NUMERIC_DATE)); in test_getRelativeTimeSpanString()
129 mBaseTime, DateUtils.MINUTE_IN_MILLIS, DateUtils.FORMAT_NUMERIC_DATE)); in test_getRelativeTimeSpanString()
167 … DateUtils.MINUTE_IN_MILLIS, DateUtils.DAY_IN_MILLIS, DateUtils.FORMAT_NUMERIC_DATE)); in test_getRelativeDateTimeString()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java80 protected static final long LONG_TIMEOUT = 3 * DateUtils.MINUTE_IN_MILLIS;
/cts/tests/tests/keystore/src/android/keystore/cts/
DAndroidKeyStoreTest.java2000 private static final long MINUTE_IN_MILLIS = 1000 * 60; field in AndroidKeyStoreTest
2001 private static final long LARGE_NUMBER_OF_KEYS_TEST_MAX_DURATION_MILLIS = 4 * MINUTE_IN_MILLIS;
2002 …ivate static final long LARGE_NUMBER_OF_KEYS_TEST_MAX_DURATION_WATCH_MILLIS = 6 * 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()