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 197 msg.what = BluetoothOppObexSession.MSG_SESSION_COMPLETE;
BluetoothOppObexServerSession.java 579 msg.what = BluetoothOppObexSession.MSG_SESSION_COMPLETE;
BluetoothOppTransfer.java 215 case BluetoothOppObexSession.MSG_SESSION_COMPLETE:
221 if (V) Log.v(TAG, "receive MSG_SESSION_COMPLETE for batch " + mBatch.mId);
    [all...]

Completed in 287 milliseconds