Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DIInvocationContext.java60 public void addAllocatedDevice(String deviceName, ITestDevice testDevice); in addAllocatedDevice() method
68 public void addAllocatedDevice(Map<String, ITestDevice> deviceWithName); in addAllocatedDevice() method
DInvocationContext.java98 public void addAllocatedDevice(String devicename, ITestDevice testDevice) { in addAllocatedDevice() method in InvocationContext
110 public void addAllocatedDevice(Map<String, ITestDevice> deviceWithName) { in addAllocatedDevice() method in InvocationContext