Home
last modified time | relevance | path

Searched refs:SYSTEM_BUILD_ID (Results 1 – 2 of 2) sorted by relevance

/tools/acloud/public/actions/
Dcreate_cuttlefish_action_test.py49 SYSTEM_BUILD_ID = "23456" variable in CreateCuttlefishActionTest
118 self.SYSTEM_BRANCH, self.SYSTEM_BUILD_ID,
127 system_build_id=self.SYSTEM_BUILD_ID)
141 system_build_id=self.SYSTEM_BUILD_ID,
156 "system_build_id": self.SYSTEM_BUILD_ID,
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/multi/
DMixImageZipPreparerTest.java74 private static final String SYSTEM_BUILD_ID = "123456"; field in MixImageZipPreparerTest
149 mSystemBuild = createDeviceBuildInfo(SYSTEM_BUILD_FLAVOR, SYSTEM_BUILD_ID, mSystemImageZip); in setUpPreparerAndSystem()
205 mSystemBuild.setFile("otatools.zip", mOtaToolsZip, SYSTEM_BUILD_ID); in setUpDeviceWithSuper()
207 mSystemBuild.setFile("repack_super_image", mRepackSuperImageFile, SYSTEM_BUILD_ID); in setUpDeviceWithSuper()
369 Assert.assertEquals(SYSTEM_BUILD_ID, addedBuildInfo.getDeviceBuildId()); in runPreparerTest()