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

  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 88 long time1 = time0 + SyncStorageEngine.MILLIS_IN_4WEEKS * 2;
    [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncStorageEngine.java 94 static final long MILLIS_IN_4WEEKS = 1000L * 60 * 60 * 24 * 7 * 4;
    [all...]

Completed in 41 milliseconds