Searched refs:getDeviceSerial (Results 1 – 13 of 13) 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 …]
239 CLog.w("BuildError on device '%s'. Reason: %s", e.getDeviceSerial(), e.toString()); in performInvocation()241 if (e.getDeviceSerial() != null) { in performInvocation()242 badDevice = context.getDeviceBySerial(e.getDeviceSerial()); in performInvocation()257 if (e.getDeviceSerial() != null) { in performInvocation()258 badDevice = context.getDeviceBySerial(e.getDeviceSerial()); in performInvocation()
114 public String getDeviceSerial() { in getDeviceSerial() method in OtaDeviceBuildInfo115 return mBaselineBuild.getDeviceSerial(); in getDeviceSerial()
149 public String getDeviceSerial() { in getDeviceSerial() method in BuildInfo
56 public String getDeviceSerial() { in getDeviceSerial() method in AllocateDeviceOp
57 public String getDeviceSerial() { in getDeviceSerial() method in FreeDeviceOp
80 public String getDeviceSerial() { in getDeviceSerial() method in ExecCommandOp
141 public String getDeviceSerial() { in getDeviceSerial() method in GetLastCommandResultOp
62 public String getDeviceSerial() { in getDeviceSerial() method in BuildError
169 public String getDeviceSerial() { in getDeviceSerial() method in TargetSetupError
97 public String getDeviceSerial(); in getDeviceSerial() method
76 assertEquals("tobecloned", copy.getDeviceSerial()); in testClone()
222 bodyBuilder.append(String.format("Device %s:\n", build.getDeviceSerial())); in generateEmailBody()