Searched defs:CountingRunnable (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/app-toolkit/core-testing/src/main/java/androidx/arch/core/executor/testing/
H A DCountingTaskExecutorRule.java46 super.executeOnDiskIO(new CountingRunnable(runnable));
51 super.postToMainThread(new CountingRunnable(runnable));
125 class CountingRunnable implements Runnable { class in class:CountingTaskExecutorRule
128 CountingRunnable(Runnable wrapped) { method in class:CountingTaskExecutorRule.CountingRunnable

Completed in 135 milliseconds