Home
last modified time | relevance | path

Searched defs:invocationInitiated (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java49 public default void invocationInitiated(IInvocationContext context) {} in invocationInitiated() method
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandScheduler.java202 public void invocationInitiated(IInvocationContext context) { in invocationInitiated() method in ClusterCommandScheduler.InvocationEventHandler