Searched refs:testModule (Results 1 – 1 of 1) sorted by relevance
698 testModule, ok := candidate.(*testModule)700 if testModule.properties.Id == id {701 module = TestingModule{testModule}709 type testModule struct { struct718 func (m *testModule) DepsMutator(ctx BottomUpMutatorContext) { argument727 func (m *testModule) GenerateAndroidBuildActions(ModuleContext) { argument731 if m, ok := ctx.Module().(*testModule); ok {739 m := &testModule{}