HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothOppObexSession (Results 1 - 3 of 3) 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
BluetoothOppObexServerSession.java 68 implements BluetoothOppObexSession {
308 BluetoothOppObexSession.MSG_CONNECT_TIMEOUT),
309 BluetoothOppObexSession.SESSION_TIMEOUT);
327 mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT);
383 Message msg = Message.obtain(mCallback, BluetoothOppObexSession.MSG_SHARE_COMPLETE);
389 Message.obtain(mCallback, BluetoothOppObexSession.MSG_SESSION_ERROR);
420 msg.what = BluetoothOppObexSession.MSG_SHARE_INTERRUPTED;
642 msg.what = BluetoothOppObexSession.MSG_SESSION_COMPLETE;
BluetoothOppObexClientSession.java 63 public class BluetoothOppObexClientSession implements BluetoothOppObexSession {
232 msg.what = BluetoothOppObexSession.MSG_SESSION_COMPLETE;
336 ? BluetoothOppObexSession.MSG_SHARE_COMPLETE
337 : BluetoothOppObexSession.MSG_SESSION_ERROR;
465 BluetoothOppObexSession.MSG_CONNECT_TIMEOUT),
466 BluetoothOppObexSession.SESSION_TIMEOUT);
486 mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT);
638 mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT);
655 msg.what = BluetoothOppObexSession.MSG_SHARE_INTERRUPTED;

Completed in 91 milliseconds