Home
last modified time | relevance | path

Searched refs:BluetoothOppPreference (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppPreference.java47 public class BluetoothOppPreference { class
51 private static BluetoothOppPreference sInstance;
68 public static BluetoothOppPreference getInstance(Context context) { in getInstance()
71 sInstance = new BluetoothOppPreference(); in getInstance()
DBluetoothOppTransfer.java741 BluetoothOppPreference.getInstance(mContext).setName(mDevice, mDevice.getName()); in connectRfcommSocket()
807 BluetoothOppPreference.getInstance(mContext).setName(mDevice, mDevice.getName()); in run()
DBluetoothOppService.java218 BluetoothOppPreference preference = BluetoothOppPreference.getInstance(this); in create()
DBluetoothOppManager.java342 deviceName = BluetoothOppPreference.getInstance(mContext).getName(device); in getDeviceName()