Searched defs:addShare (Results 1 - 4 of 4) 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.java114 public void addShare(BluetoothOppShareInfo share) { method in class:BluetoothOppObexClientSession
115 mThread.addShare(share);
161 public void addShare(BluetoothOppShareInfo info) { method in class:BluetoothOppObexClientSession.ClientThread
H A DBluetoothOppObexServerSession.java163 public void addShare(BluetoothOppShareInfo info) { method in class:BluetoothOppObexServerSession
164 if (D) Log.d(TAG, "addShare for id " + info.mId);

Completed in 371 milliseconds