Home
last modified time | relevance | path

Searched refs:testSingletonModule (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Dsingleton_module_test.go21 type testSingletonModule struct { struct
26 func (tsm *testSingletonModule) GenerateAndroidBuildActions(ctx ModuleContext) { argument
30 func (tsm *testSingletonModule) GenerateSingletonBuildActions(ctx SingletonContext) { argument
34 func (tsm *testSingletonModule) MakeVars(ctx MakeVarsContext) { argument
39 tsm := &testSingletonModule{}
64 ops := result.ModuleForTests("test_singleton_module", "").Module().(*testSingletonModule).ops
93 ops := sm.(*testSingletonModule).ops
100 if _, ok := ctx.Module().(*testSingletonModule); ok {