Searched refs:BluetoothOppObexSession (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexSession.java40 public interface BluetoothOppObexSession { interface
56 /** Message to notify when a BluetoothOppObexSession get any error condition */
60 * Message to notify when a BluetoothOppObexSession is interrupted when
H A DBluetoothOppObexClientSession.java60 public class BluetoothOppObexClientSession implements BluetoothOppObexSession {
199 msg.what = BluetoothOppObexSession.MSG_SESSION_COMPLETE;
293 msg.what = BluetoothOppObexSession.MSG_SHARE_COMPLETE;
298 msg.what = BluetoothOppObexSession.MSG_SESSION_ERROR;
406 .obtainMessage(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT),
407 BluetoothOppObexSession.SESSION_TIMEOUT);
418 mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT);
426 mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT);
547 mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT);
562 msg.what = BluetoothOppObexSession
[all...]
H A DBluetoothOppObexServerSession.java63 BluetoothOppObexSession {
319 .obtainMessage(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT),
320 BluetoothOppObexSession.SESSION_TIMEOUT);
332 mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT);
383 Message msg = Message.obtain(mCallback, BluetoothOppObexSession.MSG_SHARE_COMPLETE);
389 BluetoothOppObexSession.MSG_SESSION_ERROR);
420 msg.what = BluetoothOppObexSession.MSG_SHARE_INTERRUPTED;
603 msg.what = BluetoothOppObexSession.MSG_SESSION_COMPLETE;
H A DBluetoothOppTransfer.java95 private BluetoothOppObexSession mSession;
108 BluetoothOppBatch batch, BluetoothOppObexSession session) {
166 case BluetoothOppObexSession.MSG_SHARE_COMPLETE:
191 case BluetoothOppObexSession.MSG_SESSION_COMPLETE:
205 case BluetoothOppObexSession.MSG_SESSION_ERROR:
215 case BluetoothOppObexSession.MSG_SHARE_INTERRUPTED:
239 case BluetoothOppObexSession.MSG_CONNECT_TIMEOUT:

Completed in 60 milliseconds