Home
last modified time | relevance | path

Searched refs:DELTA_MILLIS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/job/
DJobStoreTest.java306 final long DELTA_MILLIS = 700L; // We allow up to 700ms of latency for IO read/writes. in compareTimestampsSubjectToIoLatency() local
307 assertTrue(error, Math.abs(ts1 - ts2) < DELTA_MILLIS + IO_WAIT); in compareTimestampsSubjectToIoLatency()