Home
last modified time | relevance | path

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

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/
DIInvocationContext.java61 public void addAllocatedDevice(String deviceName, ITestDevice testDevice); in addAllocatedDevice() method
69 public void addAllocatedDevice(Map<String, ITestDevice> deviceWithName); in addAllocatedDevice() method
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationContext.java101 public void addAllocatedDevice(String devicename, ITestDevice testDevice) { in addAllocatedDevice() method in InvocationContext
113 public void addAllocatedDevice(Map<String, ITestDevice> deviceWithName) { in addAllocatedDevice() method in InvocationContext