Home
last modified time | relevance | path

Searched refs:LocalBluetoothManager (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DLocalBluetoothProfileManager.java41 protected LocalBluetoothManager mLocalManager;
43 public static LocalBluetoothProfileManager getProfileManager(LocalBluetoothManager localManager, in getProfileManager()
90 protected LocalBluetoothProfileManager(LocalBluetoothManager localManager) { in LocalBluetoothProfileManager()
130 public A2dpProfileManager(LocalBluetoothManager localManager) { in A2dpProfileManager()
205 public HeadsetProfileManager(LocalBluetoothManager localManager) { in HeadsetProfileManager()
DLocalBluetoothManager.java42 public class LocalBluetoothManager { class
49 private static LocalBluetoothManager INSTANCE;
72 public static LocalBluetoothManager getInstance(Context context) { in getInstance()
75 INSTANCE = new LocalBluetoothManager(); in getInstance()
DBluetoothNamePreference.java38 private LocalBluetoothManager mLocalManager;
57 mLocalManager = LocalBluetoothManager.getInstance(context); in BluetoothNamePreference()
DBluetoothEventRedirector.java39 private static final boolean V = LocalBluetoothManager.V;
41 private LocalBluetoothManager mManager;
115 public BluetoothEventRedirector(LocalBluetoothManager localBluetoothManager) { in BluetoothEventRedirector()
DLocalBluetoothDeviceManager.java23 import com.android.settings.bluetooth.LocalBluetoothManager.Callback;
35 final LocalBluetoothManager mLocalManager;
40 public LocalBluetoothDeviceManager(LocalBluetoothManager localManager) { in LocalBluetoothDeviceManager()
DBluetoothPinRequest.java47 LocalBluetoothManager localManager = LocalBluetoothManager.getInstance(context); in onReceive()
DBluetoothSettings.java48 implements LocalBluetoothManager.Callback {
60 private LocalBluetoothManager mLocalManager;
84 mLocalManager = LocalBluetoothManager.getInstance(this); in onCreate()
DBluetoothEnabler.java47 private final LocalBluetoothManager mLocalManager;
65 mLocalManager = LocalBluetoothManager.getInstance(context); in BluetoothEnabler()
DBluetoothDiscoverableEnabler.java53 private final LocalBluetoothManager mLocalManager;
80 mLocalManager = LocalBluetoothManager.getInstance(context); in BluetoothDiscoverableEnabler()
DBluetoothPinDialog.java50 private LocalBluetoothManager mLocalManager;
85 mLocalManager = LocalBluetoothManager.getInstance(this); in onCreate()
DConnectSpecificProfilesActivity.java46 private LocalBluetoothManager mManager;
78 mManager = LocalBluetoothManager.getInstance(this); in onCreate()
DLocalBluetoothDevice.java50 private static final boolean D = LocalBluetoothManager.D;
51 private static final boolean V = LocalBluetoothManager.V;
67 private final LocalBluetoothManager mLocalManager;
285 mLocalManager = LocalBluetoothManager.getInstance(context); in LocalBluetoothDevice()
/packages/apps/Settings/src/com/android/settings/widget/
DSettingsAppWidgetProvider.java40 import com.android.settings.bluetooth.LocalBluetoothManager;
52 private static LocalBluetoothManager mLocalBluetoothManager = null;
375 mLocalBluetoothManager = LocalBluetoothManager.getInstance(context); in getBluetoothState()