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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexSession.java 47 int MSG_SHARE_COMPLETE = 0;
BluetoothOppObexClientSession.java 293 msg.what = BluetoothOppObexSession.MSG_SHARE_COMPLETE;
BluetoothOppObexServerSession.java 384 Message msg = Message.obtain(mCallback, BluetoothOppObexSession.MSG_SHARE_COMPLETE);
BluetoothOppTransfer.java 166 case BluetoothOppObexSession.MSG_SHARE_COMPLETE:
175 if (V) Log.v(TAG, "receive MSG_SHARE_COMPLETE for info " + info.mId);

Completed in 343 milliseconds