Searched defs:share (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexSession.java43 * Message to notify when a transfer is completed For outbound share, it
44 * means one file has been sent. For inbounds share, it means one file has
50 * Message to notify when a session is completed For outbound share, it
51 * should be a consequence of session.stop() For inbounds share, it should
73 void addShare(BluetoothOppShareInfo share); argument
H A DBluetoothOppObexClientSession.java109 public void addShare(BluetoothOppShareInfo share) { argument
110 mThread.addShare(share);
184 if (D) Log.d(TAG, "Client thread waiting for next share, sleep for "
H A DBluetoothOppTransfer.java146 * RFCOMM connect fail is for outbound share only! Mark batch
157 * RFCOMM connected is for outbound share only! Create
168 * Put next share if available,or finish the transfer.
180 /* we have additional share to process */
276 private void markShareTimeout(BluetoothOppShareInfo share) { argument
277 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + share.mId);
295 if (V) Log.v(TAG, "Current share has status " + mCurrentShare.mStatus);
353 * 6) Start the session and process the first share in batch
358 * 3) Start the session and process the first share in batch
447 /** set current share a
678 tickShareStatus(BluetoothOppShareInfo share) argument
[all...]
/packages/apps/Gallery2/src/com/android/photos/
H A DSelectionManager.java77 public void onItemSelectedStateChanged(ShareActionProvider share, argument
135 share.setShareIntent(mShareIntent);

Completed in 883 milliseconds