Home
last modified time | relevance | path

Searched defs:targetName (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DListInstrumentationParser.java55 public final String targetName; field in ListInstrumentationParser.InstrumentationTarget
57 public InstrumentationTarget(String packageName, String runnerName, String targetName) { in InstrumentationTarget()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationFactoryTest.java586 final String targetName = "test-config"; in testCreateConfigurationFromArgs_templateInclude_dependent() local
612 final String targetName = "test-config-missing"; in testCreateConfigurationFromArgs_templateInclude_dependent_missing() local
657 final String targetName = "test-config"; in testCreateConfigurationFromArgs_include_dependent() local
850 final String targetName = "test-config"; in testCreateConfigurationFromArgs_templateName_notExist() local
873 final String targetName = "local-config"; in testCreateConfigurationFromArgs_templateName_notExistTest() local
902 final String targetName = "local-config"; in testCreateConfigurationFromArgs_templateName_stillThrow() local
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DSdkAvdPreparer.java390 final String targetName = createAvdName(target); in createAvdForTarget() local