Home
last modified time | relevance | path

Searched defs:testSdkResult (Results 1 – 1 of 1) sorted by relevance

/build/soong/sdk/
Dtesting.go222 type testSdkResult struct { struct
223 TestHelper
224 ctx *android.TestContext
225 config android.Config
232 func (r *testSdkResult) getSdkSnapshotBuildInfo(sdk *sdk) *snapshotBuildInfo {
296 func (r *testSdkResult) Module(name string, variant string) android.Module {
300 func (r *testSdkResult) ModuleForTests(name string, variant string) android.TestingModule {
309 …c (r *testSdkResult) CheckSnapshot(name string, dir string, checkers ...snapshotBuildInfoChecker) {