1 package com.android.tests.basicprojectwithaidl;
2 
3 interface ITest {
4     Rect getRect();
5 }
6 
7