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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexSession.java57 int MSG_SESSION_ERROR = 2; field in interface:BluetoothOppObexSession
H A DBluetoothOppObexClientSession.java295 msg.what = BluetoothOppObexSession.MSG_SESSION_ERROR;
H A DBluetoothOppObexServerSession.java375 BluetoothOppObexSession.MSG_SESSION_ERROR);
H A DBluetoothOppTransfer.java229 case BluetoothOppObexSession.MSG_SESSION_ERROR:
231 if (V) Log.v(TAG, "receive MSG_SESSION_ERROR for batch " + mBatch.mId);

Completed in 6 milliseconds