Home
last modified time | relevance | path

Searched refs:PRE_TASK_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 PRE_TASK_DELAY_MS = 300; field in PersisterQueueTests
55 new PersisterQueue(INTER_WRITE_DELAY_MS, PRE_TASK_DELAY_MS);
96 mFactory.waitForAllExpectedItemsProcessed(PRE_TASK_DELAY_MS + TIMEOUT_ALLOWANCE)); in testProcessOneItem()
100 + processDuration + "ms pretask delay: " + PRE_TASK_DELAY_MS + "ms", in testProcessOneItem()
101 processDuration >= PRE_TASK_DELAY_MS); in testProcessOneItem()
124 + PRE_TASK_DELAY_MS + "ms", in testProcessOneItem_Flush()
125 processDuration < PRE_TASK_DELAY_MS); in testProcessOneItem_Flush()
144 mFactory.waitForAllExpectedItemsProcessed(PRE_TASK_DELAY_MS + INTER_WRITE_DELAY_MS in testProcessTwoItems()
149 + processDuration + "ms pretask delay: " + PRE_TASK_DELAY_MS in testProcessTwoItems()
151 processDuration >= PRE_TASK_DELAY_MS + INTER_WRITE_DELAY_MS); in testProcessTwoItems()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DPersisterQueue.java44 private static final long PRE_TASK_DELAY_MS = 3000; field in PersisterQueue
73 this(INTER_WRITE_DELAY_MS, PRE_TASK_DELAY_MS); in PersisterQueue()