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/
DBluetoothOppTransfer.java97 private BluetoothOppShareInfo mCurrentShare;
174 BluetoothOppShareInfo info = (BluetoothOppShareInfo)msg.obj; in handleMessage()
196 BluetoothOppShareInfo info1 = (BluetoothOppShareInfo)msg.obj; in handleMessage()
208 BluetoothOppShareInfo info2 = (BluetoothOppShareInfo)msg.obj; in handleMessage()
217 BluetoothOppShareInfo info3 = (BluetoothOppShareInfo)msg.obj; in handleMessage()
276 private void markShareTimeout(BluetoothOppShareInfo share) { in markShareTimeout()
305 BluetoothOppShareInfo info = null; in markBatchFailed()
678 private void tickShareStatus(BluetoothOppShareInfo share) { in tickShareStatus()
700 BluetoothOppShareInfo info = mBatch.getPendingShare(); in onShareAdded()
DBluetoothOppBatch.java75 private final ArrayList<BluetoothOppShareInfo> mShares;
105 public BluetoothOppBatch(Context context, BluetoothOppShareInfo info) { in BluetoothOppBatch()
125 public void addShare(BluetoothOppShareInfo info) { in addShare()
138 public void deleteShare(BluetoothOppShareInfo info) { in deleteShare()
166 BluetoothOppShareInfo info = mShares.get(i); in cancelBatch()
181 public boolean hasShare(BluetoothOppShareInfo info) { in hasShare()
209 public BluetoothOppShareInfo getPendingShare() { in getPendingShare()
211 BluetoothOppShareInfo share = mShares.get(i); in getPendingShare()
DBluetoothOppService.java100 private ArrayList<BluetoothOppShareInfo> mShares;
555 BluetoothOppShareInfo info = new BluetoothOppShareInfo( in insertShare()
675 BluetoothOppShareInfo info = mShares.get(arrayPos); in updateShare()
772 BluetoothOppShareInfo info = mShares.get(arrayPos); in deleteShare()
868 BluetoothOppShareInfo info = mShares.get(arrayPos); in needAction()
876 BluetoothOppShareInfo info = mShares.get(arrayPos); in visibleNotification()
881 BluetoothOppShareInfo info = mShares.get(arrayPos); in scanFile()
895 BluetoothOppShareInfo info = mShares.get(arrayPos); in shouldScanFile()
954 private BluetoothOppShareInfo mInfo;
960 public MediaScannerNotifier(Context context, BluetoothOppShareInfo info, Handler handler) { in MediaScannerNotifier()
DBluetoothOppObexClientSession.java109 public void addShare(BluetoothOppShareInfo share) { in addShare()
129 private BluetoothOppShareInfo mInfo;
156 public void addShare(BluetoothOppShareInfo info) { in addShare()
DBluetoothOppShareInfo.java41 public class BluetoothOppShareInfo { class
71 public BluetoothOppShareInfo(int id, Uri uri, String hint, String filename, String mimetype, in BluetoothOppShareInfo() method in BluetoothOppShareInfo
DBluetoothOppObexServerSession.java79 private BluetoothOppShareInfo mInfo;
160 public void addShare(BluetoothOppShareInfo info) { in addShare()
DBluetoothOppObexSession.java73 void addShare(BluetoothOppShareInfo share); in addShare()