HomeSort by relevance Sort by last modified time
    Searched refs:addShare (Results 1 - 6 of 6) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexSession.java 73 void addShare(BluetoothOppShareInfo share);
BluetoothOppBatch.java 125 public void addShare(BluetoothOppShareInfo info) {
BluetoothOppObexClientSession.java 109 public void addShare(BluetoothOppShareInfo share) {
110 mThread.addShare(share);
154 public void addShare(BluetoothOppShareInfo info) {
BluetoothOppObexServerSession.java 160 public void addShare(BluetoothOppShareInfo info) {
161 if (D) Log.d(TAG, "addShare for id " + info.mId);
BluetoothOppTransfer.java 193 * For outbound session, call session.addShare() to send next file,
483 mSession.addShare(mCurrentShare);
    [all...]
BluetoothOppService.java 626 mBatchs.get(i).addShare(info);
    [all...]

Completed in 255 milliseconds