Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/vvm/omtp/scheduling/
DTaskSchedulerServiceTestBase.java126 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