Home
last modified time | relevance | path

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

/build/soong/apex/
Dclasspath_element_test.go30 type testClasspathElementContext struct { struct
36 func (t *testClasspathElementContext) OtherModuleHasProvider(module blueprint.Module, provider blue… argument
40 func (t *testClasspathElementContext) OtherModuleProvider(module blueprint.Module, provider bluepri… argument
44 func (t *testClasspathElementContext) ModuleErrorf(fmt string, args ...interface{}) { argument
48 var _ java.ClasspathElementContext = (*testClasspathElementContext)(nil)
234 newCtx := func() *testClasspathElementContext {
235 return &testClasspathElementContext{testContext: result.TestContext, module: bootclasspath}