Searched refs:BluetoothOppPreference (Results 1 – 4 of 4) sorted by relevance
47 public class BluetoothOppPreference { class51 private static BluetoothOppPreference INSTANCE;68 public static BluetoothOppPreference getInstance(Context context) { in getInstance()71 INSTANCE = new BluetoothOppPreference(); in getInstance()
313 deviceName = BluetoothOppPreference.getInstance(mContext).getName(device); in getDeviceName()
636 BluetoothOppPreference.getInstance(mContext).setName(device, device.getName()); in run()
178 if (V) BluetoothOppPreference.getInstance(this).dump(); in onCreate()