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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppPreference.java47 public class BluetoothOppPreference { class
48 private static final String TAG = "BluetoothOppPreference";
51 private static BluetoothOppPreference INSTANCE;
68 public static BluetoothOppPreference getInstance(Context context) {
71 INSTANCE = new BluetoothOppPreference();
H A DBluetoothOppManager.java317 deviceName = BluetoothOppPreference.getInstance(mContext).getName(device);
H A DBluetoothOppTransfer.java636 BluetoothOppPreference.getInstance(mContext).setName(device, device.getName());
H A DBluetoothOppService.java178 if (V) BluetoothOppPreference.getInstance(this).dump();

Completed in 757 milliseconds