Searched defs:BluetoothOppPreference (Results 1 - 1 of 1) 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();

Completed in 43 milliseconds