Searched refs:getDeviceSerial (Results 1 – 8 of 8) sorted by relevance
79 public String getDeviceSerial() { in getDeviceSerial() method in BuildError
169 public String getDeviceSerial() { in getDeviceSerial() method in TargetSetupError
97 public String getDeviceSerial(); in getDeviceSerial() method
82 assertEquals("tobecloned", copy.getDeviceSerial()); in testClone()
297 CLog.w("BuildError on device '%s'. Reason: %s", e.getDeviceSerial(), e.toString()); in performInvocation()299 if (e.getDeviceSerial() != null) { in performInvocation()300 badDevice = context.getDeviceBySerial(e.getDeviceSerial()); in performInvocation()318 if (e.getDeviceSerial() != null) { in performInvocation()319 badDevice = context.getDeviceBySerial(e.getDeviceSerial()); in performInvocation()
584 when(mockBuild.getDeviceSerial()).thenReturn("serial"); in testCheckAndFlashSystem_noFlashing()732 when(mockBuild.getDeviceSerial()).thenReturn("serial"); in testSkipFlashingSystemWithRamdisk()
159 public String getDeviceSerial() { in getDeviceSerial() method in BuildInfo
769 .getBaselineDeviceImage(deviceBuild.getDeviceSerial()); in shouldFlashSystem()