HomeSort by relevance Sort by last modified time
    Searched refs:MSG_SESSION_COMPLETE (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexSession.java 54 int MSG_SESSION_COMPLETE = 1;
BluetoothOppObexClientSession.java 199 msg.what = BluetoothOppObexSession.MSG_SESSION_COMPLETE;
BluetoothOppObexServerSession.java 592 msg.what = BluetoothOppObexSession.MSG_SESSION_COMPLETE;
BluetoothOppTransfer.java 193 case BluetoothOppObexSession.MSG_SESSION_COMPLETE:
199 if (V) Log.v(TAG, "receive MSG_SESSION_COMPLETE for batch " + mBatch.mId);

Completed in 34 milliseconds