Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/
DIBuildInfo.java40 DO_NOT_COPY_IMAGE_FILE, enumConstant
DBuildInfo.java273 if (getProperties().contains(BuildInfoProperties.DO_NOT_COPY_IMAGE_FILE)) { in applyBuildProperties()
/tools/tradefederation/core/tests/src/com/android/tradefed/build/
DDeviceBuildInfoTest.java128 mBuildInfo.setProperties(BuildInfoProperties.DO_NOT_COPY_IMAGE_FILE); in testProperty_skipCopy()
DDeviceFolderBuildInfoTest.java129 mDeviceFolderBuildInfo.setProperties(BuildInfoProperties.DO_NOT_COPY_IMAGE_FILE); in testProperty_skipCopy()