Searched refs:getBasebandImageFile (Results 1 – 9 of 9) sorted by relevance
75 .equals(copy.getBasebandImageFile().getAbsolutePath())); in testClone()76 assertTrue(FileUtil.compareFileContents(mImageFile, copy.getBasebandImageFile())); in testClone()78 if (copy.getBasebandImageFile() != null) { in testClone()79 copy.getBasebandImageFile().delete(); in testClone()88 assertTrue(mBuildInfo.getBasebandImageFile().exists()); in testCleanUp()90 assertNull(mBuildInfo.getBasebandImageFile()); in testCleanUp()104 assertNotEquals(copy.getBasebandImageFile(), mBuildInfo.getBasebandImageFile()); in testCloneWithProperties()115 assertNotEquals(mBuildInfo.getBasebandImageFile(), copy.getBasebandImageFile()); in testCloneWithProperties()
145 assertEquals(mRadioImg, buildInfo.getBasebandImageFile()); in testSetRadioImage()
165 public File getBasebandImageFile() { in getBasebandImageFile() method in TestzipDeviceBuildInfo166 return mDeviceBuild.getBasebandImageFile(); in getBasebandImageFile()
138 public File getBasebandImageFile() { in getBasebandImageFile() method in KernelDeviceBuildInfo139 return mDeviceBuild.getBasebandImageFile(); in getBasebandImageFile()
138 public File getBasebandImageFile() { in getBasebandImageFile() method in DeviceFolderBuildInfo139 return mDeviceBuild.getBasebandImageFile(); in getBasebandImageFile()
153 public File getBasebandImageFile() { in getBasebandImageFile() method in AppDeviceBuildInfo154 return mDeviceBuild.getBasebandImageFile(); in getBasebandImageFile()
300 public File getBasebandImageFile() { in getBasebandImageFile() method in OtaDeviceBuildInfo301 return mBaselineBuild.getBasebandImageFile(); in getBasebandImageFile()
156 public File getBasebandImageFile() { in getBasebandImageFile() method in DeviceBuildInfo
284 if (basebandVersion != null && localBuild.getBasebandImageFile() == null) { in downloadFlashingResources()434 flashBaseband(device, deviceBuild.getBasebandImageFile()); in checkAndFlashBaseband()