Home
last modified time | relevance | path

Searched refs:DO_NOT_COPY_ON_SHARDING (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/build/
DIBuildInfo.java34 DO_NOT_COPY_ON_SHARDING, enumConstant
DBuildInfo.java264 if (getProperties().contains(BuildInfoProperties.DO_NOT_COPY_ON_SHARDING)) { in applyBuildProperties()
/tools/tradefederation/core/tests/src/com/android/tradefed/build/
DDeviceBuildInfoTest.java110 mBuildInfo.setProperties(BuildInfoProperties.DO_NOT_COPY_ON_SHARDING); in testCloneWithProperties()