Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java669 assertTrue(capturedEvent.getType().equals(ClusterCommandEvent.Type.InvocationCompleted));
745 assertTrue(capturedEvent.getType().equals(ClusterCommandEvent.Type.InvocationCompleted));
783 checkClusterCommandEvent(ClusterCommandEvent.Type.InvocationCompleted));
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandEvent.java54 InvocationCompleted, enumConstant
DClusterCommandScheduler.java318 .setType(ClusterCommandEvent.Type.InvocationCompleted) in invocationComplete()