Searched defs:testCustomizer (Results 1 – 1 of 1) sorted by relevance
/system/tools/aidl/build/ |
D | aidl_test.go | 57 type testCustomizer func(fs map[string][]byte, config android.Config) type 74 func _testAidl(t *testing.T, bp string, customizers ...testCustomizer) (*android.TestContext, andro… 157 func testAidl(t *testing.T, bp string, customizers ...testCustomizer) (*android.TestContext, androi… 167 func testAidlError(t *testing.T, pattern, bp string, customizers ...testCustomizer) {
|