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.java94 private BluetoothOppShareInfo mCurrentShare;
245 BluetoothOppShareInfo info = (BluetoothOppShareInfo) msg.obj; in handleMessage()
274 BluetoothOppShareInfo info1 = (BluetoothOppShareInfo) msg.obj; in handleMessage()
292 BluetoothOppShareInfo info2 = (BluetoothOppShareInfo) msg.obj; in handleMessage()
309 BluetoothOppShareInfo info3 = (BluetoothOppShareInfo) msg.obj; in handleMessage()
374 private void markShareTimeout(BluetoothOppShareInfo share) { in markShareTimeout()
409 BluetoothOppShareInfo info = null; in markBatchFailed()
843 private void tickShareStatus(BluetoothOppShareInfo share) { in tickShareStatus()
867 BluetoothOppShareInfo info = mBatch.getPendingShare(); in onShareAdded()
DBluetoothOppService.java118 private ArrayList<BluetoothOppShareInfo> mShares;
270 for (BluetoothOppShareInfo info : mShares) { in dump()
723 BluetoothOppShareInfo info = new BluetoothOppShareInfo( in insertShare()
845 BluetoothOppShareInfo info = mShares.get(arrayPos); in updateShare()
947 BluetoothOppShareInfo info = mShares.get(arrayPos); in deleteShare()
1051 BluetoothOppShareInfo info = mShares.get(arrayPos); in scanFileIfNeeded()
1106 private BluetoothOppShareInfo mInfo;
1112 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.java84 private BluetoothOppShareInfo mInfo;
176 public void addShare(BluetoothOppShareInfo info) { in addShare()