Searched defs:share (Results 1 - 8 of 8) 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.java114 public void addShare(BluetoothOppShareInfo share) { argument
115 mThread.addShare(share);
189 if (D) Log.d(TAG, "Client thread waiting for next share, sleep for "
H A DBluetoothOppTransfer.java216 * RFCOMM connect fail is for outbound share only! Mark batch
227 * RFCOMM connected is for outbound share only! Create
238 * Put next share if available,or finish the transfer.
250 /* we have additional share to process */
355 private void markShareTimeout(BluetoothOppShareInfo share) { argument
356 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + share.mId);
374 if (V) Log.v(TAG, "Current share has status " + mCurrentShare.mStatus);
432 * 6) Start the session and process the first share in batch
437 * 3) Start the session and process the first share in batch
531 /** set current share a
777 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);
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
H A DMenuManagerTest.java50 private TestMenuItem share; field in class:MenuManagerTest
80 share = testMenu.findItem(R.id.menu_share);
114 share.assertInvisible();
264 // We don't want share in pickers.
265 share.assertInvisible();
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DMenuManager.java246 protected void updateShare(MenuItem share, SelectionDetails selectionDetails) { argument
250 share.setVisible(enabled);
251 share.setEnabled(enabled);
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DMenuManager.java119 MenuItem share = menu.findItem(R.id.menu_share);
125 updateShare(share, selectionDetails);
263 protected void updateShare(MenuItem share, SelectionDetails selectionDetails) { argument
264 share.setVisible(false);
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
H A DMenuManagerTest.java62 private TestMenuItem share; field in class:MenuManagerTest
100 share = testMenu.findItem(R.id.menu_share);
161 share.assertVisible();
176 share.assertInvisible();
255 // We can't share directories
256 share.assertInvisible();
267 share.assertVisible();
268 share.assertEnabled();

Completed in 174 milliseconds