Searched refs:getDeviceSerial (Results 1 – 7 of 7) sorted by relevance
361 ITestDevice allocatedDevice = mDeviceManager.forceAllocateDevice(c.getDeviceSerial()); in processAllocate()363 CLog.logAndDisplay(LogLevel.INFO, "Remotely allocating device %s", c.getDeviceSerial()); in processAllocate()366 String msg = "Failed to allocate device " + c.getDeviceSerial(); in processAllocate()373 if (FreeDeviceOp.ALL_DEVICES.equals(c.getDeviceSerial())) { in processFree()376 ITestDevice d = getDeviceTracker().freeDevice(c.getDeviceSerial()); in processFree()380 c.getDeviceSerial()); in processFree()383 String msg = "Could not find device to free " + c.getDeviceSerial(); in processFree()417 ITestDevice device = getDeviceTracker().getDeviceForSerial(c.getDeviceSerial()); in processExecCommand()420 c.getDeviceSerial()); in processExecCommand()426 getDeviceTracker().getLastCommandResult(c.getDeviceSerial()); in processExecCommand()[all …]
56 public String getDeviceSerial() { in getDeviceSerial() method in AllocateDeviceOp
57 public String getDeviceSerial() { in getDeviceSerial() method in FreeDeviceOp
141 public String getDeviceSerial() { in getDeviceSerial() method in GetLastCommandResultOp
86 public String getDeviceSerial(); in getDeviceSerial() method
114 public String getDeviceSerial() { in getDeviceSerial() method in OtaDeviceBuildInfo115 return mBaselineBuild.getDeviceSerial(); in getDeviceSerial()
222 bodyBuilder.append(String.format("Device %s:\n", build.getDeviceSerial())); in generateEmailBody()