am 79fb6449: Merge "Make some contructors public but hidden." into gingerbread
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user