Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DPersisterQueueTests.java50 private static final long INTER_WRITE_DELAY_MS = 50; field in PersisterQueueTests
56 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()
/frameworks/base/services/core/java/com/android/server/wm/
DPersisterQueue.java38 private static final long INTER_WRITE_DELAY_MS = 500; field in PersisterQueue
73 this(INTER_WRITE_DELAY_MS, PRE_TASK_DELAY_MS); in PersisterQueue()