Searched refs:BluetoothPbapSession (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DBluetoothPbapClient.java380 private final BluetoothPbapSession mSession;
403 case BluetoothPbapSession.REQUEST_FAILED:
424 case BluetoothPbapSession.REQUEST_COMPLETED:
457 case BluetoothPbapSession.AUTH_REQUESTED:
461 case BluetoothPbapSession.AUTH_TIMEOUT:
467 * OBEX session is managed inside BluetoothPbapSession
472 case BluetoothPbapSession.SESSION_CONNECTING:
476 case BluetoothPbapSession.SESSION_CONNECTED:
481 case BluetoothPbapSession.SESSION_DISCONNECTED:
529 mSession = new BluetoothPbapSession(devic
[all...]
H A DBluetoothPbapSession.java32 class BluetoothPbapSession implements Callback { class in inherits:Callback
34 private static final String TAG = "com.android.bluetooth.pbapclient.BluetoothPbapSession";
71 public BluetoothPbapSession(BluetoothDevice device, Handler handler) { method in class:BluetoothPbapSession

Completed in 1171 milliseconds