Home
last modified time | relevance | path

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

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