Searched refs:BluetoothOppShareInfo (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexSession.java73 void addShare(BluetoothOppShareInfo share);
H A DBluetoothOppBatch.java75 private final ArrayList<BluetoothOppShareInfo> mShares;
84 * @param id , BluetoothOppShareInfo.id
90 * @param id , BluetoothOppShareInfo.id
103 * @param info, BluetoothOppShareInfo
105 public BluetoothOppBatch(Context context, BluetoothOppShareInfo info) {
126 public void addShare(BluetoothOppShareInfo info) {
150 BluetoothOppShareInfo info = mShares.get(i);
167 public boolean hasShare(BluetoothOppShareInfo info) {
192 * @return BluetoothOppShareInfo, for the first pending share, or null if
195 public BluetoothOppShareInfo getPendingShar
[all...]
H A DBluetoothOppShareInfo.java41 public class BluetoothOppShareInfo { class
71 public BluetoothOppShareInfo(int id, Uri uri, String hint, String filename, String mimetype, method in class:BluetoothOppShareInfo
H A DBluetoothOppTransfer.java95 private BluetoothOppShareInfo mCurrentShare;
246 BluetoothOppShareInfo info = (BluetoothOppShareInfo) msg.obj;
275 BluetoothOppShareInfo info1 = (BluetoothOppShareInfo) msg.obj;
293 BluetoothOppShareInfo info2 = (BluetoothOppShareInfo) msg.obj;
310 BluetoothOppShareInfo info3 = (BluetoothOppShareInfo) msg.obj;
375 private void markShareTimeout(BluetoothOppShareInfo shar
[all...]
H A DBluetoothOppService.java118 private ArrayList<BluetoothOppShareInfo> mShares;
266 for (BluetoothOppShareInfo info : mShares) {
707 BluetoothOppShareInfo info = new BluetoothOppShareInfo(
829 BluetoothOppShareInfo info = mShares.get(arrayPos);
931 BluetoothOppShareInfo info = mShares.get(arrayPos);
1035 BluetoothOppShareInfo info = mShares.get(arrayPos);
1051 BluetoothOppShareInfo info = mShares.get(arrayPos);
1094 private BluetoothOppShareInfo mInfo;
1100 MediaScannerNotifier(Context context, BluetoothOppShareInfo inf
[all...]
H A DBluetoothOppObexClientSession.java126 public void addShare(BluetoothOppShareInfo share) {
148 private BluetoothOppShareInfo mInfo;
175 public void addShare(BluetoothOppShareInfo info) {
H A DBluetoothOppObexServerSession.java84 private BluetoothOppShareInfo mInfo;
176 public void addShare(BluetoothOppShareInfo info) {

Completed in 366 milliseconds