Searched refs:testModule (Results 1 – 1 of 1) sorted by relevance
697 testModule, ok := candidate.(*testModule)699 if testModule.properties.Id == id {700 module = newTestingModule(ctx.config, testModule)708 type testModule struct { struct717 func (m *testModule) DepsMutator(ctx BottomUpMutatorContext) { argument726 func (m *testModule) GenerateAndroidBuildActions(ModuleContext) { argument730 if m, ok := ctx.Module().(*testModule); ok {738 m := &testModule{}