HomeSort by relevance Sort by last modified time
    Searched defs:addAllocatedDevice (Results 1 - 3 of 3) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/invoker/
IInvocationContext.java 49 public void addAllocatedDevice(String deviceName, ITestDevice testDevice);
57 public void addAllocatedDevice(Map<String, ITestDevice> deviceWithName);
InvocationContext.java 81 public void addAllocatedDevice(String devicename, ITestDevice testDevice) {
93 public void addAllocatedDevice(Map<String, ITestDevice> deviceWithName) {
  /tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
TestInvocationTest.java 213 mStubInvocationMetadata.addAllocatedDevice(ConfigurationDef.DEFAULT_DEVICE_NAME,
    [all...]

Completed in 185 milliseconds