init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// IAlarmAidlInterface.aidl
|
||||
package com.alarmclock.uiui;
|
||||
|
||||
// Declare any non-default types here with import statements
|
||||
|
||||
interface IAlarmAidlInterface {
|
||||
/**
|
||||
* 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);
|
||||
String getAlarm();
|
||||
}
|
||||
Reference in New Issue
Block a user