Home
last modified time | relevance | path

Searched refs:IObexConnectionHandler (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/
DObexServerSockets.java53 private final IObexConnectionHandler mConHandler;
63 private ObexServerSockets(IObexConnectionHandler conHandler, BluetoothServerSocket rfcommSocket, in ObexServerSockets()
78 public static ObexServerSockets create(IObexConnectionHandler validator) { in create()
91 public static ObexServerSockets createInsecure(IObexConnectionHandler validator) { in createInsecure()
112 private static ObexServerSockets create(IObexConnectionHandler validator, int rfcommChannel, in create()
DIObexConnectionHandler.java20 public interface IObexConnectionHandler { interface
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DPbapStateMachine.java38 import com.android.bluetooth.IObexConnectionHandler;
79 private IObexConnectionHandler mIObexConnectionHandler;
95 IObexConnectionHandler obexConnectionHandler, Handler pbapHandler, int notificationId) { in PbapStateMachine()
112 IObexConnectionHandler obexConnectionHandler, Handler pbapHandler, int notificationId) { in make()
DBluetoothPbapService.java56 import com.android.bluetooth.IObexConnectionHandler;
69 public class BluetoothPbapService extends ProfileService implements IObexConnectionHandler {
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMnsService.java26 import com.android.bluetooth.IObexConnectionHandler;
103 private class SocketAcceptor implements IObexConnectionHandler {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java27 import com.android.bluetooth.IObexConnectionHandler;
41 public class BluetoothMapMasInstance implements IObexConnectionHandler {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java58 import com.android.bluetooth.IObexConnectionHandler;
79 public class BluetoothOppService extends ProfileService implements IObexConnectionHandler {