diff options
Diffstat (limited to 'core/java/android/nfc/ILlcpServiceSocket.aidl')
-rw-r--r-- | core/java/android/nfc/ILlcpServiceSocket.aidl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/nfc/ILlcpServiceSocket.aidl b/core/java/android/nfc/ILlcpServiceSocket.aidl index c3108dc..581c21d 100644 --- a/core/java/android/nfc/ILlcpServiceSocket.aidl +++ b/core/java/android/nfc/ILlcpServiceSocket.aidl @@ -23,6 +23,4 @@ interface ILlcpServiceSocket { int accept(int nativeHandle); void close(int nativeHandle); - int getAcceptTimeout(int nativeHandle); - void setAcceptTimeout(int nativeHandle, int timeout); } |