Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandlerTest.java120 private static final Set<File> sTemplateTestedSeparately = Sets.newHashSet(); field in TemplateHandlerTest
233 if (sTemplateTestedSeparately.contains(templateFile)) { in testCreateRemainingTemplates()
241 if (sTemplateTestedSeparately.contains(templateFile)) { in testCreateRemainingTemplates()
257 if (sTemplateTestedSeparately.contains(activityFile)) { in testCreateRemainingProjects()
285 sTemplateTestedSeparately.add(templateFile); in checkCreateTemplate()