blob: 9b810310e158099490aab46bae1e666e5c5d2d7b [file] [log] [blame]
package com.android.tests.basicprojectwithaidl;
interface ITest {
Rect getRect();
int getInt();
}