Searched refs:getBootloaderVersion (Results 1 – 8 of 8) sorted by relevance
138 public String getBootloaderVersion(); in getBootloaderVersion() method
179 public String getBootloaderVersion() { in getBootloaderVersion() method in DeviceBuildInfo
265 String getBootloaderVersion() { in getBootloaderVersion() method in LocalDeviceBuildProvider
454 if (deviceBuild.getBootloaderVersion() != null && in checkAndFlashBootloader()455 !deviceBuild.getBootloaderVersion().equals(currentBootloaderVersion)) { in checkAndFlashBootloader()456 CLog.i("Flashing bootloader %s", deviceBuild.getBootloaderVersion()); in checkAndFlashBootloader()
155 assertEquals("bootloader_version", buildInfo.getBootloaderVersion()); in testSetBootloaderImage()
533 when(mockBuild.getBootloaderVersion()).thenReturn(version); in testCheckAndFlashBootloader_SkippingFlashing()554 when(mockBuild.getBootloaderVersion()).thenReturn(version); in testCheckAndFlashBootloader()
150 public String getBootloaderVersion() throws DeviceNotAvailableException; in getBootloaderVersion() method
796 public String getBootloaderVersion() throws UnsupportedOperationException, in getBootloaderVersion() method in NativeDevice