Searched defs:AndroidTest (Results 1 – 2 of 2) sorted by relevance
1506 type AndroidTest struct { struct1507 AndroidApp1509 appTestProperties appTestProperties1511 testProperties testProperties1513 testConfig android.Path1514 extraTestConfigs android.Paths1515 data android.Paths1518 func (a *AndroidTest) InstallInTestcases() bool {1526 func (a *AndroidTest) includedInTestSuite(searchPrefix string) bool {1534 func (a *AndroidTest) GenerateAndroidBuildActions(ctx android.ModuleContext) {[all …]
1558 "AndroidTest": { object