Searched refs:addShare (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ | ||
D | BluetoothOppObexClientSession.java | 126 public void addShare(BluetoothOppShareInfo share) { in addShare() method in BluetoothOppObexClientSession |
D | BluetoothOppObexSession.java | 73 void addShare(BluetoothOppShareInfo share); in addShare() method |
D | BluetoothOppBatch.java | 123 public void addShare(BluetoothOppShareInfo info) { in addShare() method in BluetoothOppBatch |
D | BluetoothOppObexServerSession.java | 177 public void addShare(BluetoothOppShareInfo info) { in addShare() method in BluetoothOppObexServerSession |
D | BluetoothOppTransfer.java | 616 mSession.addShare(mCurrentShare); in processCurrentShare() |
D | BluetoothOppService.java | 824 mBatches.get(i).addShare(info); in insertShare() |