Searched refs:INTER_WRITE_DELAY_MS (Results 1 – 2 of 2) sorted by relevance
49 private static final long INTER_WRITE_DELAY_MS = 50; field in PersisterQueueTests55 new PersisterQueue(INTER_WRITE_DELAY_MS, PRE_TASK_DELAY_MS);144 mFactory.waitForAllExpectedItemsProcessed(PRE_TASK_DELAY_MS + INTER_WRITE_DELAY_MS in testProcessTwoItems()150 + "ms inter write delay: " + INTER_WRITE_DELAY_MS + "ms", in testProcessTwoItems()151 processDuration >= PRE_TASK_DELAY_MS + INTER_WRITE_DELAY_MS); in testProcessTwoItems()286 mListener.waitForAllExpectedCallbackDone(PRE_TASK_DELAY_MS + INTER_WRITE_DELAY_MS in testUpdateLastOrAddItemUpdatesAddItemWhenNoMatch()
38 private static final long INTER_WRITE_DELAY_MS = 500; field in PersisterQueue73 this(INTER_WRITE_DELAY_MS, PRE_TASK_DELAY_MS); in PersisterQueue()