• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package com.android.tests.basicprojectwithaidl;
2 
3 interface ITest {
getRect()4     Rect getRect();
5 }
6 
7