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 {
197 msg.what = BluetoothOppObexSession.MSG_SESSION_COMPLETE;
290 msg.what = BluetoothOppObexSession.MSG_SHARE_COMPLETE;
295 msg.what = BluetoothOppObexSession.MSG_SESSION_ERROR;
404 .obtainMessage(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT),
405 BluetoothOppObexSession.SESSION_TIMEOUT);
416 mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT);
424 mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT);
544 mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT);
559 msg.what = BluetoothOppObexSession.MSG_SHARE_INTERRUPTED
    [all...]
BluetoothOppObexServerSession.java 63 BluetoothOppObexSession {
318 .obtainMessage(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT),
319 BluetoothOppObexSession.SESSION_TIMEOUT);
331 mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT);
382 Message msg = Message.obtain(mCallback, BluetoothOppObexSession.MSG_SHARE_COMPLETE);
388 BluetoothOppObexSession.MSG_SESSION_ERROR);
419 msg.what = BluetoothOppObexSession.MSG_SHARE_INTERRUPTED;
579 msg.what = BluetoothOppObexSession.MSG_SESSION_COMPLETE;
BluetoothOppTransfer.java 97 private BluetoothOppObexSession mSession;
110 BluetoothOppBatch batch, BluetoothOppObexSession session) {
190 case BluetoothOppObexSession.MSG_SHARE_COMPLETE:
215 case BluetoothOppObexSession.MSG_SESSION_COMPLETE:
229 case BluetoothOppObexSession.MSG_SESSION_ERROR:
239 case BluetoothOppObexSession.MSG_SHARE_INTERRUPTED:
263 case BluetoothOppObexSession.MSG_CONNECT_TIMEOUT:
    [all...]

Completed in 256 milliseconds