Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationDef.java270 String objectWithoutNamespace = objClassEntry.getKey(); in createConfiguration() local
271 if (objectWithoutNamespace.contains(":")) { in createConfiguration()
272 objectWithoutNamespace = objectWithoutNamespace.split(":")[1]; in createConfiguration()
275 && !allowedObjects.contains(objectWithoutNamespace)) { in createConfiguration()
276 CLog.d("Skipping creation of %s", objectWithoutNamespace); in createConfiguration()