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
DBluetoothOppObexServerSession.java646 msg.what = BluetoothOppObexSession.MSG_SESSION_COMPLETE; in onClose()
DBluetoothOppObexClientSession.java232 msg.what = BluetoothOppObexSession.MSG_SESSION_COMPLETE; in run()
DBluetoothOppTransfer.java274 case BluetoothOppObexSession.MSG_SESSION_COMPLETE: in handleMessage()