Searched refs:testAidl (Results 1 – 1 of 1) sorted by relevance
/system/tools/aidl/build/ |
D | aidl_test.go | 157 func testAidl(t *testing.T, bp string, customizers ...testCustomizer) (*android.TestContext, androi… func 215 ctx, _ := testAidl(t, vintfWithoutVersionBp) 241 testAidl(t, unstableVersionUsageInJavaBp, withFiles(map[string][]byte{ 261 testAidl(t, stableVersionUsageInJavaBp, setReleaseEnv(), withFiles(map[string][]byte{ 265 testAidl(t, stableVersionUsageInJavaBp, withFiles(map[string][]byte{ 287 testAidl(t, nonVersionedModuleUsageInJavaBp) 303 testAidl(t, nonVersionedUnstableModuleUsageInJavaBp, setReleaseEnv()) 304 testAidl(t, nonVersionedUnstableModuleUsageInJavaBp) 332 ctx, _ := testAidl(t, ` 346 ctx, _ := testAidl(t, ` [all …]
|