Home | History | Annotate | Download | only in opp

Lines Matching refs:share

166                  * RFCOMM connect fail is for outbound share only! Mark batch
177 * RFCOMM connected is for outbound share only! Create
188 * Put next share if available,or finish the transfer.
201 /* we have additional share to process */
297 private void markShareTimeout(BluetoothOppShareInfo share) {
298 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + share.mId);
316 if (V) Log.v(TAG, "Current share has status " + mCurrentShare.mStatus);
370 * 6) Start the session and process the first share in batch
375 * 3) Start the session and process the first share in batch
464 /** set current share as error */
738 /* update a trivial field of a share to notify Provider the batch status change */
739 private void tickShareStatus(BluetoothOppShareInfo share) {
740 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + share.mId);
742 updateValues.put(BluetoothShare.DIRECTION, share.mDirection);
748 * we want to support merging a later added share into an existing session,
749 * we could implement here For inbounds transfer add share means it's
754 * Process when a share is added to current transfer
765 /* have additional auto confirmed share to process */
775 * NOTE We don't implement this method now. Now delete a single share from
778 * the share is currently in transfer, cancel it For inbounds transfer,
779 * delete share means the current receiving file should be canceled.
782 * Process when a share is deleted from current transfer