Lines Matching defs:robolectricRuntimes
432 type robolectricRuntimes struct { struct
433 android.ModuleBase
435 props robolectricRuntimesProperties
437 runtimes []android.InstallPath
439 forceOSType android.OsType
440 forceArchType android.ArchType
443 func (r *robolectricRuntimes) TestSuites() []string {
449 func (r *robolectricRuntimes) DepsMutator(ctx android.BottomUpMutatorContext) {
455 func (r *robolectricRuntimes) GenerateAndroidBuildActions(ctx android.ModuleContext) {
492 func (r *robolectricRuntimes) InstallInTestcases() bool { return true }
493 func (r *robolectricRuntimes) InstallForceOS() (*android.OsType, *android.ArchType) {