xref
: /
aosp_15_r20
/
system
/
tools
/
aidl
/
build
/
tests_6
/
test6
/
Bar.aidl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
test6
;
2
3
import
test6
.
Foo
;
4
5
parcelable
Bar
{
6
Foo
[]
foos
;
7
}
8