HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothOppObexSession (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexSession.java 40 public interface BluetoothOppObexSession {
56 /** Message to notify when a BluetoothOppObexSession get any error condition */
60 * Message to notify when a BluetoothOppObexSession is interrupted when
BluetoothOppObexClientSession.java 60 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;
408 .obtainMessage(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT),
409 BluetoothOppObexSession.SESSION_TIMEOUT);
419 mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT);
554 mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT);
569 msg.what = BluetoothOppObexSession.MSG_SHARE_INTERRUPTED;
BluetoothOppObexServerSession.java 65 BluetoothOppObexSession {
303 .obtainMessage(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT),
304 BluetoothOppObexSession.SESSION_TIMEOUT);
316 mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT);
367 Message msg = Message.obtain(mCallback, BluetoothOppObexSession.MSG_SHARE_COMPLETE);
373 BluetoothOppObexSession.MSG_SESSION_ERROR);
404 msg.what = BluetoothOppObexSession.MSG_SHARE_INTERRUPTED;
592 msg.what = BluetoothOppObexSession.MSG_SESSION_COMPLETE;
BluetoothOppTransfer.java 97 private BluetoothOppObexSession mSession;
110 BluetoothOppBatch batch, BluetoothOppObexSession session) {
168 case BluetoothOppObexSession.MSG_SHARE_COMPLETE:
193 case BluetoothOppObexSession.MSG_SESSION_COMPLETE:
207 case BluetoothOppObexSession.MSG_SESSION_ERROR:
217 case BluetoothOppObexSession.MSG_SHARE_INTERRUPTED:
241 case BluetoothOppObexSession.MSG_CONNECT_TIMEOUT:

Completed in 413 milliseconds