Home
last modified time | relevance | path

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

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/config/
DConfigurationDescriptor.java67 private boolean mNotShardable = false; field in ConfigurationDescriptor
163 return mNotShardable; in isNotShardable()
248 descriptorBuilder.setShardable(!mNotShardable); in toProto()
277 configDescriptor.mNotShardable = !protoDescriptor.getShardable(); in fromProto()