Searched refs:Transform1 (Results 1 – 2 of 2) sorted by relevance
22 static class Transform1 { class in Test1988116 Transform1.sayHi(); in doTest()119 "Redefining both " + Transform1.class + " and " + Transform2.class + " to use each other."); in doTest()121 new Redefinition.DexOnlyClassDefinition(Transform1.class, T1_BYTES), in doTest()123 Transform1.sayHi(); in doTest()
3 Redefining both class art.Test1988$Transform1 and class art.Test1988$Transform2 to use each other.4 Transform1 says hi and Transform2 says bye!5 Transform2 says hi and Transform1 says bye!