HomeSort by relevance Sort by last modified time
    Searched refs:ONE_WEEK_MILLIS (Results 1 - 3 of 3) sorted by null

  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 74 private static final long ONE_WEEK_MILLIS = ONE_DAY_MILLIS * 7;
147 TEST_NOTES[index].setModificationDate(START_DATE + (index * ONE_WEEK_MILLIS));
627 note.setModificationDate(START_DATE + (2 * ONE_WEEK_MILLIS));
    [all...]
  /external/volley/src/test/java/com/android/volley/toolbox/
HttpHeaderParserTest.java 44 private static long ONE_WEEK_MILLIS = ONE_DAY_MILLIS * 7;
158 assertEqualsWithin(now + ONE_DAY_MILLIS + ONE_WEEK_MILLIS, entry.ttl, ONE_MINUTE_MILLIS);
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 119 private static final long ONE_WEEK_MILLIS = 7 * 24 * 3600 * 1000;
    [all...]

Completed in 194 milliseconds