/packages/apps/Bluetooth/src/com/android/bluetooth/ |
D | ObexServerSockets.java | 209 synchronized private boolean onConnect(BluetoothDevice device, BluetoothSocket conSocket) { in onConnect() method in ObexServerSockets 211 if(mConAccepted == false && mConHandler.onConnect(device, conSocket) == true) { in onConnect() 323 boolean isValid = ObexServerSockets.this.onConnect(device, connSocket); in run()
|
D | IObexConnectionHandler.java | 30 public boolean onConnect(BluetoothDevice device, BluetoothSocket socket); in onConnect() method
|
D | ObexRejectServer.java | 66 public int onConnect(HeaderSet request, HeaderSet reply) { in onConnect() method in ObexRejectServer
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
D | MapObexTestServer.java | 80 public int onConnect(HeaderSet request, HeaderSet reply) { in onConnect() method in MapObexTestServer 92 result = super.onConnect(request, reply); in onConnect()
|
D | ObexTestServer.java | 36 public int onConnect(HeaderSet request, HeaderSet reply) { in onConnect() method in ObexTestServer
|
D | SdpManagerTestServer.java | 58 public int onConnect(HeaderSet request, HeaderSet reply) { in onConnect() method in SdpManagerTestServer
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapMasInstance.java | 446 public synchronized boolean onConnect(BluetoothDevice device, BluetoothSocket socket) { in onConnect() method in BluetoothMapMasInstance 449 boolean isValid = mMapService.onConnect(device, BluetoothMapMasInstance.this); in onConnect()
|
D | BluetoothMapService.java | 767 public boolean onConnect(BluetoothDevice remoteDevice, BluetoothMapMasInstance masInst) { in onConnect() method in BluetoothMapService
|
D | BluetoothMapObexServer.java | 305 public int onConnect(final HeaderSet request, HeaderSet reply) { in onConnect() method in BluetoothMapObexServer
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | TestActivity.java | 482 public int onConnect(HeaderSet request, HeaderSet reply) { in onConnect() method in TestTcpServer
|
D | BluetoothOppObexServerSession.java | 543 public int onConnect(HeaderSet request, HeaderSet reply) { in onConnect() method in BluetoothOppObexServerSession
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 182 public int onConnect(final HeaderSet request, HeaderSet reply) { in onConnect() method in BluetoothPbapObexServer
|