Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppBatch.java72 private final ArrayList<BluetoothOppShareInfo> mShares;
102 public BluetoothOppBatch(Context context, BluetoothOppShareInfo info) { in BluetoothOppBatch()
123 public void addShare(BluetoothOppShareInfo info) { in addShare()
147 BluetoothOppShareInfo info = mShares.get(i); in cancelBatch()
164 public boolean hasShare(BluetoothOppShareInfo info) { in hasShare()
192 public BluetoothOppShareInfo getPendingShare() { in getPendingShare()
194 BluetoothOppShareInfo share = mShares.get(i); in getPendingShare()
DBluetoothOppTransfer.java97 private BluetoothOppShareInfo mCurrentShare;
251 BluetoothOppShareInfo info = (BluetoothOppShareInfo) msg.obj; in handleMessage()
280 BluetoothOppShareInfo info1 = (BluetoothOppShareInfo) msg.obj; in handleMessage()
298 BluetoothOppShareInfo info2 = (BluetoothOppShareInfo) msg.obj; in handleMessage()
315 BluetoothOppShareInfo info3 = (BluetoothOppShareInfo) msg.obj; in handleMessage()
380 private void markShareTimeout(BluetoothOppShareInfo share) { in markShareTimeout()
415 BluetoothOppShareInfo info = null; in markBatchFailed()
851 private void tickShareStatus(BluetoothOppShareInfo share) { in tickShareStatus()
875 BluetoothOppShareInfo info = mBatch.getPendingShare(); in onShareAdded()
DBluetoothOppService.java119 private ArrayList<BluetoothOppShareInfo> mShares;
266 for (BluetoothOppShareInfo info : mShares) { in dump()
719 BluetoothOppShareInfo info = new BluetoothOppShareInfo( in insertShare()
841 BluetoothOppShareInfo info = mShares.get(arrayPos); in updateShare()
945 BluetoothOppShareInfo info = mShares.get(arrayPos); in deleteShare()
1049 BluetoothOppShareInfo info = mShares.get(arrayPos); in scanFileIfNeeded()
1104 private BluetoothOppShareInfo mInfo;
1110 MediaScannerNotifier(Context context, BluetoothOppShareInfo info, Handler handler) { in MediaScannerNotifier()
DBluetoothOppShareInfo.java41 public class BluetoothOppShareInfo { class
71 public BluetoothOppShareInfo(int id, Uri uri, String hint, String filename, String mimetype, in BluetoothOppShareInfo() method in BluetoothOppShareInfo
DBluetoothOppObexClientSession.java126 public void addShare(BluetoothOppShareInfo share) { in addShare()
148 private BluetoothOppShareInfo mInfo;
175 public void addShare(BluetoothOppShareInfo info) { in addShare()
DBluetoothOppObexSession.java73 void addShare(BluetoothOppShareInfo share); in addShare()
DBluetoothOppObexServerSession.java85 private BluetoothOppShareInfo mInfo;
177 public void addShare(BluetoothOppShareInfo info) { in addShare()