Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationDescriptor.java66 private boolean mNotShardable = false; field in ConfigurationDescriptor
146 return mNotShardable; in isNotShardable()
212 descriptorBuilder.setShardable(!mNotShardable); in toProto()
241 configDescriptor.mNotShardable = !protoDescriptor.getShardable(); in fromProto()