Home
last modified time | relevance | path

Searched refs:getPendingShare (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java247 mCurrentShare = mBatch.getPendingShare(); in handleMessage()
388 info = mBatch.getPendingShare(); in markBatchFailed()
413 info = mBatch.getPendingShare(); in markBatchFailed()
510 mCurrentShare = mBatch.getPendingShare(); in startObexSession()
799 BluetoothOppShareInfo info = mBatch.getPendingShare(); in onShareAdded()
801 mCurrentShare = mBatch.getPendingShare(); in onShareAdded()
DBluetoothOppBatch.java190 public BluetoothOppShareInfo getPendingShare() { in getPendingShare() method in BluetoothOppBatch
DBluetoothOppService.java916 if (nextBatch.getPendingShare() != null in removeBatch()
917 && nextBatch.getPendingShare().mConfirm == in removeBatch()