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.java204 msg.what = BluetoothOppObexSession.MSG_SESSION_COMPLETE; in run()
DBluetoothOppObexServerSession.java608 msg.what = BluetoothOppObexSession.MSG_SESSION_COMPLETE; in onClose()
DBluetoothOppTransfer.java261 case BluetoothOppObexSession.MSG_SESSION_COMPLETE: in handleMessage()