Searched refs:MINUTE_IN_MILLIS (Results 1 – 4 of 4) sorted by relevance
119 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()
53 private static final long LONG_TIMEOUT = 3 * DateUtils.MINUTE_IN_MILLIS;
2037 private static final long MINUTE_IN_MILLIS = 1000 * 60; field in AndroidKeyStoreTest2038 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;
1499 eventValues.put(Events.DTSTART, now - DateUtils.MINUTE_IN_MILLIS * 15); in testRemindersAlarm()