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.java49 private static final long INTER_WRITE_DELAY_MS = 50; field in PersisterQueueTests
55 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()
/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()