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.java256 mCurrentShare = mBatch.getPendingShare(); in handleMessage()
419 info = mBatch.getPendingShare(); in markBatchFailed()
444 info = mBatch.getPendingShare(); in markBatchFailed()
549 mCurrentShare = mBatch.getPendingShare(); in startObexSession()
875 BluetoothOppShareInfo info = mBatch.getPendingShare(); in onShareAdded()
877 mCurrentShare = mBatch.getPendingShare(); in onShareAdded()
DBluetoothOppBatch.java192 public BluetoothOppShareInfo getPendingShare() { in getPendingShare() method in BluetoothOppBatch
DBluetoothOppService.java1036 if (nextBatch.getPendingShare() != null in removeBatch()
1037 && nextBatch.getPendingShare().mConfirm in removeBatch()