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()
291 CLog.w("BuildError on device '%s'. Reason: %s", e.getDeviceSerial(), e.toString()); in performInvocation()293 if (e.getDeviceSerial() != null) { in performInvocation()294 badDevice = context.getDeviceBySerial(e.getDeviceSerial()); in performInvocation()312 if (e.getDeviceSerial() != null) { in performInvocation()313 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
735 .getBaselineDeviceImage(deviceBuild.getDeviceSerial()); in shouldFlashSystem()