Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/apex/
H A Dapex_test.go514 data := android.AndroidMkDataForTest(t, ctx, ab)
3231 data := android.AndroidMkDataForTest(t, result.TestContext, apexBundle)
3341 data := android.AndroidMkDataForTest(t, ctx, apexBundle)
3370 data := android.AndroidMkDataForTest(t, ctx, apexBundle)
5854 data := android.AndroidMkDataForTest(t, ctx, bundle)
6024 data := android.AndroidMkDataForTest(t, ctx, apexBundle)
7266 data := android.AndroidMkDataForTest(t, ctx, apexBundle)
8117 data := android.AndroidMkDataForTest(t, ctx, apexBundle)
9029 data := android.AndroidMkDataForTest(t, ctx, ab)
9132 data := android.AndroidMkDataForTest(t, ctx, ab)
[all …]
/aosp_15_r20/build/soong/android/
H A Dtesting.go1195 func AndroidMkDataForTest(t *testing.T, ctx *TestContext, mod blueprint.Module) AndroidMkData { func