Home
last modified time | relevance | path

Searched refs:DO_NOT_COPY_IMAGE_FILE (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/build/
DIBuildInfo.java41 DO_NOT_COPY_IMAGE_FILE, enumConstant
/tools/tradefederation/core/tests/src/com/android/tradefed/build/
DDeviceFolderBuildInfoTest.java129 mDeviceFolderBuildInfo.setProperties(BuildInfoProperties.DO_NOT_COPY_IMAGE_FILE); in testProperty_skipCopy()
DDeviceBuildInfoTest.java128 mBuildInfo.setProperties(BuildInfoProperties.DO_NOT_COPY_IMAGE_FILE); in testProperty_skipCopy()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/multi/
DMixImageZipPreparer.java566 deviceBuildInfo.setProperties(BuildInfoProperties.DO_NOT_COPY_IMAGE_FILE); in createBuildCopy()
/tools/tradefederation/core/src/com/android/tradefed/build/
DBuildInfo.java262 if (getProperties().contains(BuildInfoProperties.DO_NOT_COPY_IMAGE_FILE)) { in applyBuildProperties()