Searched refs:share (Results 1 - 11 of 11) sorted by relevance

/packages/inputmethods/PinyinIME/jni/
H A DAndroid.mk9 share/dictbuilder.cpp \
10 share/dictlist.cpp \
11 share/dicttrie.cpp \
12 share/lpicache.cpp \
13 share/matrixsearch.cpp \
14 share/mystdlib.cpp \
15 share/ngram.cpp \
16 share/pinyinime.cpp \
17 share/searchutility.cpp \
18 share/spellingtabl
[all...]
/packages/inputmethods/PinyinIME/jni/command/
H A DMakefile9 ../share/dictbuilder.cpp \
10 ../share/dictlist.cpp \
11 ../share/dicttrie.cpp \
12 ../share/lpicache.cpp \
13 ../share/mystdlib.cpp \
14 ../share/ngram.cpp \
15 ../share/searchutility.cpp \
16 ../share/spellingtable.cpp \
17 ../share/spellingtrie.cpp \
18 ../share/splparse
[all...]
/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 DBluetoothOppBatch.java83 * Called to notify when a share is added into the batch
89 * Called to notify when a share is deleted from the batch
119 * Add one share into the batch.
133 * Delete one share from the batch. Not used now.
135 /*It should only be called under requirement that cancel one single share, but not to
155 * 2) Go through mShares list and mark all incomplete share as CANCELED status
180 /** check if a specific share is in this batch */
202 * @return BluetoothOppShareInfo, for the first pending share, or null if
207 BluetoothOppShareInfo share = mShares.get(i);
208 if (share
[all...]
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...]
H A DBluetoothOppObexClientSession.java109 public void addShare(BluetoothOppShareInfo share) { argument
110 mThread.addShare(share);
182 if (D) Log.d(TAG, "Client thread waiting for next share, sleep for "
/packages/apps/Browser/src/com/android/browser/
H A DUrlSelectionActionMode.java42 case R.id.share:
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DMovieActivity.java172 // So, we only share the video if it's "content:".
204 getString(R.string.share)));
H A DPhotoPage.java1494 item.setTitle(mActivity.getResources().getString(R.string.share));
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DActionModeHandler.java399 // Disable share actions until share intent is in good shape
446 mActivity.getResources().getString(R.string.share));
/packages/apps/Gallery/src/com/android/camera/
H A DViewImage.java613 // We only show action icons for URIs that we know we can share and
623 int[] normalIds = {R.id.setas, R.id.play, R.id.share, R.id.discard};
1019 case R.id.share: {

Completed in 5399 milliseconds