Searched refs:LocalBluetoothManager (Results 1 – 13 of 13) sorted by relevance
41 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()
42 public class LocalBluetoothManager { class49 private static LocalBluetoothManager INSTANCE;72 public static LocalBluetoothManager getInstance(Context context) { in getInstance()75 INSTANCE = new LocalBluetoothManager(); in getInstance()
38 private LocalBluetoothManager mLocalManager;57 mLocalManager = LocalBluetoothManager.getInstance(context); in BluetoothNamePreference()
39 private static final boolean V = LocalBluetoothManager.V;41 private LocalBluetoothManager mManager;115 public BluetoothEventRedirector(LocalBluetoothManager localBluetoothManager) { in BluetoothEventRedirector()
23 import com.android.settings.bluetooth.LocalBluetoothManager.Callback;35 final LocalBluetoothManager mLocalManager;40 public LocalBluetoothDeviceManager(LocalBluetoothManager localManager) { in LocalBluetoothDeviceManager()
47 LocalBluetoothManager localManager = LocalBluetoothManager.getInstance(context); in onReceive()
48 implements LocalBluetoothManager.Callback {60 private LocalBluetoothManager mLocalManager;84 mLocalManager = LocalBluetoothManager.getInstance(this); in onCreate()
47 private final LocalBluetoothManager mLocalManager;65 mLocalManager = LocalBluetoothManager.getInstance(context); in BluetoothEnabler()
53 private final LocalBluetoothManager mLocalManager;80 mLocalManager = LocalBluetoothManager.getInstance(context); in BluetoothDiscoverableEnabler()
50 private LocalBluetoothManager mLocalManager;85 mLocalManager = LocalBluetoothManager.getInstance(this); in onCreate()
46 private LocalBluetoothManager mManager;78 mManager = LocalBluetoothManager.getInstance(this); in onCreate()
50 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()
40 import com.android.settings.bluetooth.LocalBluetoothManager;52 private static LocalBluetoothManager mLocalBluetoothManager = null;375 mLocalBluetoothManager = LocalBluetoothManager.getInstance(context); in getBluetoothState()