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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexSession.java73 void addShare(BluetoothOppShareInfo share); method in interface:BluetoothOppObexSession
H A DBluetoothOppBatch.java125 public void addShare(BluetoothOppShareInfo info) { method in class:BluetoothOppBatch
H A DBluetoothOppObexClientSession.java109 public void addShare(BluetoothOppShareInfo share) { method in class:BluetoothOppObexClientSession
110 mThread.addShare(share);
156 public void addShare(BluetoothOppShareInfo info) { method in class:BluetoothOppObexClientSession.ClientThread
H A DBluetoothOppObexServerSession.java156 public void addShare(BluetoothOppShareInfo info) { method in class:BluetoothOppObexServerSession
157 if (D) Log.d(TAG, "addShare for id " + info.mId);
H A DBluetoothOppTransfer.java171 * For outbound session, call session.addShare() to send next file,
465 mSession.addShare(mCurrentShare);
H A DBluetoothOppService.java665 mBatchs.get(i).addShare(info);

Completed in 75 milliseconds