Sign in
android
/
platform
/
sdk
/
31b3d471a4d3dd7262f50cdfac83dbce7e7c5479
/
.
/
testapps
/
basicProjectWithAidl
/
src
/
com
/
android
/
tests
/
basicprojectwithaidl
/
ITest.aidl
blob: 718571571b56cf7b231ae9595cb5834cf083c2cd [
file
] [
log
] [
blame
]
package
com
.
android
.
tests
.
basicprojectwithaidl
;
interface
ITest
{
Rect
getRect
();
}