Searched refs:INTER_WRITE_DELAY_MS (Results 1 – 2 of 2) sorted by relevance
50 private static final long INTER_WRITE_DELAY_MS = 50; field in PersisterQueueTests56 new PersisterQueue(INTER_WRITE_DELAY_MS, PRE_TASK_DELAY_MS);146 mFactory.waitForAllExpectedItemsProcessed(PRE_TASK_DELAY_MS + INTER_WRITE_DELAY_MS in testProcessTwoItems()152 + "ms inter write delay: " + INTER_WRITE_DELAY_MS + "ms", in testProcessTwoItems()153 processDuration >= PRE_TASK_DELAY_MS + INTER_WRITE_DELAY_MS); in testProcessTwoItems()289 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()