Home | History | Annotate | Download | only in build

Lines Matching refs:version

4  * Licensed under the Apache License, Version 2.0 (the "License");
43 * Get the local device image zip version.
52 public void setDeviceImageFile(File deviceImageFile, String version);
60 * Get the local test userdata image version.
69 public void setUserDataImageFile(File userDataFile, String version);
77 * Get the extracted tests.zip version.
86 public void setTestsDir(File testsZipFile, String version);
94 * Get the baseband version.
102 * @param version the version of the baseband
104 public void setBasebandImage(File basebandFile, String version);
112 * Get the bootloader version.
120 * @param version the version of the bootloader
122 public void setBootloaderImageFile(File bootloaderImgFile, String version);
130 * Get the device OTA package zip version.
137 public void setOtaPackageFile(File otaFile, String version);
145 * Gets the mkbootimg version.
152 public void setMkbootimgFile(File mkbootimg, String version);
160 * Gets the ramdisk version.
167 public void setRamdiskFile(File ramdisk, String version);