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.java747 BluetoothOppPreference.getInstance(mContext).setName(mDevice, in connectRfcommSocket()
814 BluetoothOppPreference.getInstance(mContext).setName(mDevice, in run()
DBluetoothOppService.java213 BluetoothOppPreference preference = BluetoothOppPreference.getInstance(this); in create()
DBluetoothOppManager.java342 deviceName = BluetoothOppPreference.getInstance(mContext).getName(device); in getDeviceName()