Searched defs:compareTimestampsSubjectToIoLatency (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DJobStoreTest.java74 compareTimestampsSubjectToIoLatency("Early run-times not the same after read.",
76 compareTimestampsSubjectToIoLatency("Late run-times not the same after read.",
120 compareTimestampsSubjectToIoLatency("Early run-times not the same after read.",
122 compareTimestampsSubjectToIoLatency("Late run-times not the same after read.",
124 compareTimestampsSubjectToIoLatency("Early run-times not the same after read.",
126 compareTimestampsSubjectToIoLatency("Late run-times not the same after read.",
305 private void compareTimestampsSubjectToIoLatency(String error, long ts1, long ts2) { method in class:JobStoreTest

Completed in 18 milliseconds