blob: 4404cf2f2fc48ed9ae4f1f51754ee41795e2b5ff [file] [log] [blame]
// ${interfaceName}.aidl
package ${packageName};
// Declare any non-default types here with import statements
interface ${interfaceName} {
/**
* Demonstrates some basic types that you can use as parameters
* and return values in AIDL.
*/
void basicTypes(int anInt, long aLong, boolean aBoolean, float aFloat,
double aDouble, String aString);
}