xref
: /
system
/
tools
/
aidl
/
build
/
aidl_api
/
test-piece-1
/
1
/
some_package
/
Thing.aidl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
some_package
;
2
parcelable
Thing
{
3
int
a
;
4
int
b
;
5
}
6