Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationDef.java153 boolean isStale() { in isStale() method in ConfigurationDef
DConfigurationFactory.java273 if (def == null || def.isStale()) { in getConfigurationDef()