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.java72 compareTimestampsSubjectToIoLatency("Early run-times not the same after read.", in testMaybeWriteStatusToDisk()
74 compareTimestampsSubjectToIoLatency("Late run-times not the same after read.", in testMaybeWriteStatusToDisk()
110 compareTimestampsSubjectToIoLatency("Early run-times not the same after read.", in testWritingTwoFilesToDisk()
112 compareTimestampsSubjectToIoLatency("Late run-times not the same after read.", in testWritingTwoFilesToDisk()
114 compareTimestampsSubjectToIoLatency("Early run-times not the same after read.", in testWritingTwoFilesToDisk()
116 compareTimestampsSubjectToIoLatency("Late run-times not the same after read.", in testWritingTwoFilesToDisk()
185 private void compareTimestampsSubjectToIoLatency(String error, long ts1, long ts2) { in compareTimestampsSubjectToIoLatency() method in JobStoreTest