xref
: /
sdk
/
testapps
/
basicProjectWithAidl
/
src
/
com
/
android
/
tests
/
basicprojectwithaidl
/
ITest.aidl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
com
.
android
.
tests
.
basicprojectwithaidl
;
2
3
interface
ITest
{
4
Rect
getRect
();
5
}
6
7