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.java51 private static final long PRE_TASK_DELAY_MS = 300; field in PersisterQueueTests
56 new PersisterQueue(INTER_WRITE_DELAY_MS, PRE_TASK_DELAY_MS);
97 mFactory.waitForAllExpectedItemsProcessed(PRE_TASK_DELAY_MS + TIMEOUT_ALLOWANCE)); in testProcessOneItem()
101 + processDuration + "ms pretask delay: " + PRE_TASK_DELAY_MS + "ms", in testProcessOneItem()
102 processDuration >= PRE_TASK_DELAY_MS); in testProcessOneItem()
126 + PRE_TASK_DELAY_MS + "ms", in testProcessOneItem_Flush()
127 processDuration < PRE_TASK_DELAY_MS); in testProcessOneItem_Flush()
146 mFactory.waitForAllExpectedItemsProcessed(PRE_TASK_DELAY_MS + INTER_WRITE_DELAY_MS in testProcessTwoItems()
151 + processDuration + "ms pretask delay: " + PRE_TASK_DELAY_MS in testProcessTwoItems()
153 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()