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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexSession.java54 int MSG_SESSION_COMPLETE = 1; field in interface:BluetoothOppObexSession
H A DBluetoothOppObexClientSession.java199 msg.what = BluetoothOppObexSession.MSG_SESSION_COMPLETE;
H A DBluetoothOppObexServerSession.java603 msg.what = BluetoothOppObexSession.MSG_SESSION_COMPLETE;
H A DBluetoothOppTransfer.java191 case BluetoothOppObexSession.MSG_SESSION_COMPLETE:
197 if (V) Log.v(TAG, "receive MSG_SESSION_COMPLETE for batch " + mBatch.mId);

Completed in 154 milliseconds