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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexSession.java 65 int MSG_CONNECT_TIMEOUT = 4;
BluetoothOppObexClientSession.java 406 .obtainMessage(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT),
418 mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT);
426 mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT);
547 mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT);
BluetoothOppObexServerSession.java 319 .obtainMessage(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT),
322 if (V) Log.v(TAG, "MSG_CONNECT_TIMEOUT sent");
332 mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT);
BluetoothOppTransfer.java 239 case BluetoothOppObexSession.MSG_CONNECT_TIMEOUT:
240 if (V) Log.v(TAG, "receive MSG_CONNECT_TIMEOUT for batch " + mBatch.mId);

Completed in 186 milliseconds