Searched refs:InvocationCounter (Results 1 – 1 of 1) sorted by relevance
126 public final InvocationCounter onCreateCounter = new InvocationCounter();127 public final InvocationCounter onBeforeExecuteCounter = new InvocationCounter();128 public final InvocationCounter executeCounter = new InvocationCounter();129 public final InvocationCounter onCompletedCounter = new InvocationCounter();130 public final InvocationCounter onDuplicatedTaskAddedCounter = new InvocationCounter();174 public static class InvocationCounter { class in TaskSchedulerServiceTestBase