OpenGrok
Cross Reference: ITest.aidl
xref
: /
sdk
/
testapps
/
basicProjectWithAidl
/
src
/
com
/
android
/
tests
/
basicprojectwithaidl
/
ITest.aidl
Home
|
History
|
Annotate
|
Download
|
only in
basicprojectwithaidl
1
package
com.android.tests.basicprojectwithaidl
;
2
3
interface ITest {
4
Rect getRect();
5
}
6
7