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 INSTANCE;
68 public static BluetoothOppPreference getInstance(Context context) { in getInstance()
71 INSTANCE = new BluetoothOppPreference(); in getInstance()
DBluetoothOppManager.java313 deviceName = BluetoothOppPreference.getInstance(mContext).getName(device); in getDeviceName()
DBluetoothOppTransfer.java636 BluetoothOppPreference.getInstance(mContext).setName(device, device.getName()); in run()
DBluetoothOppService.java178 if (V) BluetoothOppPreference.getInstance(this).dump(); in onCreate()