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