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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 66 public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatchListener {
176 public BluetoothOppTransfer(Context context, BluetoothOppBatch batch,
188 public BluetoothOppTransfer(Context context, BluetoothOppBatch batch) {
564 * before BluetoothOppTransfer is initialized. We should pass in a
    [all...]
BluetoothOppService.java 122 private BluetoothOppTransfer mTransfer;
124 private BluetoothOppTransfer mServerTransfer;
781 mTransfer = new BluetoothOppTransfer(this, newBatch);
787 mServerTransfer = new BluetoothOppTransfer(this, newBatch, mServerSession);
    [all...]

Completed in 78 milliseconds