Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex_test.go526 data := android.AndroidMkDataForTest(t, ctx, ab)
3012 data := android.AndroidMkDataForTest(t, result.TestContext, apexBundle)
3118 data := android.AndroidMkDataForTest(t, ctx, apexBundle)
3147 data := android.AndroidMkDataForTest(t, ctx, apexBundle)
5813 data := android.AndroidMkDataForTest(t, ctx, bundle)
5983 data := android.AndroidMkDataForTest(t, ctx, apexBundle)
6897 data := android.AndroidMkDataForTest(t, ctx, apexBundle)
7521 data := android.AndroidMkDataForTest(t, ctx, apexBundle)
7726 data := android.AndroidMkDataForTest(t, ctx, apexBundle)
9031 data := android.AndroidMkDataForTest(t, ctx, ab)
[all …]
/build/soong/android/
Dtesting.go1139 func AndroidMkDataForTest(t *testing.T, ctx *TestContext, mod blueprint.Module) AndroidMkData { func