Searched refs:getBasebandImageFile (Results 1 – 6 of 6) sorted by relevance
76 .equals(copy.getBasebandImageFile().getAbsolutePath())); in testClone()77 assertTrue(FileUtil.compareFileContents(mImageFile, copy.getBasebandImageFile())); in testClone()79 if (copy.getBasebandImageFile() != null) { in testClone()80 copy.getBasebandImageFile().delete(); in testClone()89 assertTrue(mBuildInfo.getBasebandImageFile().exists()); in testCleanUp()91 assertNull(mBuildInfo.getBasebandImageFile()); in testCleanUp()105 assertNotEquals(copy.getBasebandImageFile(), mBuildInfo.getBasebandImageFile()); in testCloneWithProperties()116 assertNotEquals(mBuildInfo.getBasebandImageFile(), copy.getBasebandImageFile()); in testCloneWithProperties()
145 assertEquals(mRadioImg, buildInfo.getBasebandImageFile()); in testSetRadioImage()
312 public File getBasebandImageFile() { in getBasebandImageFile() method in OtaDeviceBuildInfo313 return mBaselineBuild.getBasebandImageFile(); in getBasebandImageFile()
115 public File getBasebandImageFile(); in getBasebandImageFile() method
147 public File getBasebandImageFile() { in getBasebandImageFile() method in DeviceBuildInfo
305 if (basebandVersion != null && localBuild.getBasebandImageFile() == null) { in downloadFlashingResources()458 flashBaseband(device, deviceBuild.getBasebandImageFile()); in checkAndFlashBaseband()