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.java250 mCurrentShare = mBatch.getPendingShare(); in handleMessage()
413 info = mBatch.getPendingShare(); in markBatchFailed()
438 info = mBatch.getPendingShare(); in markBatchFailed()
543 mCurrentShare = mBatch.getPendingShare(); in startObexSession()
867 BluetoothOppShareInfo info = mBatch.getPendingShare(); in onShareAdded()
869 mCurrentShare = mBatch.getPendingShare(); in onShareAdded()
DBluetoothOppBatch.java192 public BluetoothOppShareInfo getPendingShare() { in getPendingShare() method in BluetoothOppBatch
DBluetoothOppService.java1038 if (nextBatch.getPendingShare() != null in removeBatch()
1039 && nextBatch.getPendingShare().mConfirm in removeBatch()