index
:
sdk.git
replicant-4.2
replicant-6.0
sdk
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testapps
/
basicProjectWithAidl
/
src
/
com
/
android
/
tests
/
basicprojectwithaidl
/
ITest.aidl
blob: 718571571b56cf7b231ae9595cb5834cf083c2cd (
plain
)
1
2
3
4
5
6
package com.android.tests.basicprojectwithaidl; interface ITest { Rect getRect(); }