Sign in
ara-mdk
/
platform
/
sdk
/
ee82464bb385af1160a84daa5055322334520995
/
.
/
testapps
/
basicProjectWithAidl
/
src
/
com
/
android
/
tests
/
basicprojectwithaidl
/
Rect.aidl
blob: 734cf77256270c813665296ac7a176c09129dfd2 [
file
] [
log
] [
blame
]
package
com
.
android
.
tests
.
basicprojectwithaidl
;
// Declare Rect so AIDL can find it and knows that it implements
// the parcelable protocol.
parcelable
Rect
;