Lines Matching refs:testProperties
97 testProperties TestProperties member
105 p.AddProperties(&p.testProperties)
108 if p.isTestHost() && p.testProperties.Test_options.Unit_test == nil {
109 p.testProperties.Test_options.Unit_test = proptools.BoolPtr(true)
123 if len(p.testProperties.Data_device_bins_both) < 1 {
137 p.testProperties.Data_device_bins_both...,
158 for _, metadata := range p.testProperties.Test_options.Metadata {
162 runner := proptools.StringDefault(p.testProperties.Test_options.Runner, "tradefed")
166 if !android.InList("mobly", p.testProperties.Test_options.Tags) {
167 p.testProperties.Test_options.Tags = append(p.testProperties.Test_options.Tags, "mobly")
174 TestConfigProp: p.testProperties.Test_config,
175 TestConfigTemplateProp: p.testProperties.Test_config_template,
183 for _, dataSrcPath := range android.PathsForModuleSrc(ctx, p.testProperties.Data) {
187 if p.isTestHost() && len(p.testProperties.Data_device_bins_both) > 0 {
225 if proptools.String(p.testProperties.Test_options.Runner) == "mobly" {
231 p.testProperties.Test_options.SetAndroidMkEntries(entries)