14 lines
391 B
Plaintext
14 lines
391 B
Plaintext
// KeepAliveConnection.aidl
|
|
package com.uiuipad.sn;
|
|
|
|
// Declare any non-default types here with import statements
|
|
|
|
interface KeepAliveConnection {
|
|
/**
|
|
* 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);
|
|
}
|