Home
last modified time | relevance | path

Searched refs:addShare (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java126 public void addShare(BluetoothOppShareInfo share) { in addShare() method in BluetoothOppObexClientSession
127 mThread.addShare(share); in addShare()
175 public void addShare(BluetoothOppShareInfo info) { in addShare() method in BluetoothOppObexClientSession.ClientThread
DBluetoothOppObexSession.java73 void addShare(BluetoothOppShareInfo share); in addShare() method
DBluetoothOppBatch.java123 public void addShare(BluetoothOppShareInfo info) { in addShare() method in BluetoothOppBatch
DBluetoothOppObexServerSession.java177 public void addShare(BluetoothOppShareInfo info) { in addShare() method in BluetoothOppObexServerSession
DBluetoothOppTransfer.java616 mSession.addShare(mCurrentShare); in processCurrentShare()
DBluetoothOppService.java824 mBatches.get(i).addShare(info); in insertShare()