Home
last modified time | relevance | path

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

/webkit/integration-tests/instrumentation/src/androidTest/java/androidx/webkit/
DWebStorageTest.java71 CountingQueueDispatcher dispatcher = new CountingQueueDispatcher(); in testDeleteBrowsingDataDeletesCache()
112 CountingQueueDispatcher dispatcher = new CountingQueueDispatcher(); in testDeleteBrowsingDataForSiteDeletesCache()
115 CountingQueueDispatcher otherDispatcher = new CountingQueueDispatcher(); in testDeleteBrowsingDataForSiteDeletesCache()
167 private static class CountingQueueDispatcher extends QueueDispatcher { class in WebStorageTest