Steven Moreland | 6165188 | 2016-08-11 12:52:43 -0700 | [diff] [blame] | 1 | package android.hardware.tests.bar@1.0; |
2 | |||||
3 | import android.hardware.tests.foo@1.0::IFoo; | ||||
4 | |||||
5 | interface IBar extends android.hardware.tests.foo@1.0::IFoo { | ||||
6 | |||||
7 | typedef android.hardware.tests.foo@1.0::IFoo FunkyAlias; | ||||
8 | |||||
9 | thisIsNew(); | ||||
10 | }; |