Loading core/java/com/android/internal/nfc/LlcpServiceSocket.java +2 −1 Original line number Diff line number Diff line Loading @@ -78,8 +78,9 @@ public class LlcpServiceSocket { * @param handle * The handle returned by the NFC service and used to identify * the socket in subsequent calls. * @hide */ LlcpServiceSocket(ILlcpServiceSocket service, ILlcpSocket socketService, int handle) { public LlcpServiceSocket(ILlcpServiceSocket service, ILlcpSocket socketService, int handle) { this.mService = service; this.mHandle = handle; this.mLlcpSocketService = socketService; Loading core/java/com/android/internal/nfc/LlcpSocket.java +2 −1 Original line number Diff line number Diff line Loading @@ -78,8 +78,9 @@ public class LlcpSocket { * @param handle * The handle returned by the NFC service and used to identify * the socket in subsequent calls. * @hide */ LlcpSocket(ILlcpSocket service, int handle) { public LlcpSocket(ILlcpSocket service, int handle) { this.mService = service; this.mHandle = handle; } Loading Loading
core/java/com/android/internal/nfc/LlcpServiceSocket.java +2 −1 Original line number Diff line number Diff line Loading @@ -78,8 +78,9 @@ public class LlcpServiceSocket { * @param handle * The handle returned by the NFC service and used to identify * the socket in subsequent calls. * @hide */ LlcpServiceSocket(ILlcpServiceSocket service, ILlcpSocket socketService, int handle) { public LlcpServiceSocket(ILlcpServiceSocket service, ILlcpSocket socketService, int handle) { this.mService = service; this.mHandle = handle; this.mLlcpSocketService = socketService; Loading
core/java/com/android/internal/nfc/LlcpSocket.java +2 −1 Original line number Diff line number Diff line Loading @@ -78,8 +78,9 @@ public class LlcpSocket { * @param handle * The handle returned by the NFC service and used to identify * the socket in subsequent calls. * @hide */ LlcpSocket(ILlcpSocket service, int handle) { public LlcpSocket(ILlcpSocket service, int handle) { this.mService = service; this.mHandle = handle; } Loading