Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexSession.java54 int MSG_SESSION_COMPLETE = 1; field
DBluetoothOppObexClientSession.java232 msg.what = BluetoothOppObexSession.MSG_SESSION_COMPLETE; in run()
DBluetoothOppObexServerSession.java644 msg.what = BluetoothOppObexSession.MSG_SESSION_COMPLETE; in onClose()
DBluetoothOppTransfer.java268 case BluetoothOppObexSession.MSG_SESSION_COMPLETE: in handleMessage()