Lines Matching refs:Test_options
96 Test_options TestOptions member
408 if test.Properties.Test_options.Run_test_as != nil {
409 …igs, tradefed.Option{Name: "run-test-as", Value: String(test.Properties.Test_options.Run_test_as)})
411 for _, tag := range test.Properties.Test_options.Test_suite_tag {
414 if test.Properties.Test_options.Min_shipping_api_level != nil {
415 if test.Properties.Test_options.Vsr_min_shipping_api_level != nil {
419 …ame: "min-api-level", Value: strconv.FormatInt(int64(*test.Properties.Test_options.Min_shipping_ap…
423 if test.Properties.Test_options.Vsr_min_shipping_api_level != nil {
430 if test.Properties.Test_options.Vsr_min_shipping_api_level != nil {
432 … "vsr-min-api-level", Value: strconv.FormatInt(int64(*test.Properties.Test_options.Vsr_min_shippin…
435 if test.Properties.Test_options.Min_vndk_version != nil {
437 …ame: "min-api-level", Value: strconv.FormatInt(int64(*test.Properties.Test_options.Min_vndk_versio…
445 …test.extraTestConfigs = android.PathsForModuleSrc(ctx, test.Properties.Test_options.Extra_test_con…
456 if ctx.Host() && test.gtest() && test.Properties.Test_options.Unit_test == nil {
457 test.Properties.Test_options.Unit_test = proptools.BoolPtr(true)