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.java114 public void addShare(BluetoothOppShareInfo share) { in addShare() method in BluetoothOppObexClientSession
115 mThread.addShare(share); in addShare()
161 public void addShare(BluetoothOppShareInfo info) { in addShare() method in BluetoothOppObexClientSession.ClientThread
DBluetoothOppObexSession.java73 void addShare(BluetoothOppShareInfo share); in addShare() method
DBluetoothOppBatch.java125 public void addShare(BluetoothOppShareInfo info) { in addShare() method in BluetoothOppBatch
DBluetoothOppObexServerSession.java163 public void addShare(BluetoothOppShareInfo info) { in addShare() method in BluetoothOppObexServerSession
DBluetoothOppTransfer.java568 mSession.addShare(mCurrentShare); in processCurrentShare()
DBluetoothOppService.java711 mBatchs.get(i).addShare(info); in insertShare()