HomeSort by relevance Sort by last modified time
    Searched refs:mProfileManager (Results 1 - 7 of 7) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothManager.java 46 private final LocalBluetoothProfileManager mProfileManager;
80 mProfileManager = new LocalBluetoothProfileManager(context,
121 return mProfileManager;
LocalBluetoothAdapter.java 43 private LocalBluetoothProfileManager mProfileManager;
58 mProfileManager = manager;
152 A2dpProfile a2dp = mProfileManager.getA2dpProfile();
180 // if mProfileManager hasn't been constructed yet, it will
182 if (mProfileManager != null) {
183 mProfileManager.setBluetoothStateOn();
HeadsetProfile.java 43 private final LocalBluetoothProfileManager mProfileManager;
73 device = mDeviceManager.addDevice(mLocalAdapter, mProfileManager, firstDevice);
78 mProfileManager.callServiceConnectedListeners();
84 mProfileManager.callServiceDisconnectedListeners();
97 mProfileManager = profileManager;
DockService.java 103 private LocalBluetoothProfileManager mProfileManager;
134 mProfileManager = manager.getProfileManager();
135 if (mProfileManager == null) {
155 if (mProfileManager != null) {
156 mProfileManager.removeServiceListener(this);
164 mProfileManager = null;
209 handleUnexpectedDisconnect(disconnectedDevice, mProfileManager.getHeadsetProfile(), startId);
219 handleUnexpectedDisconnect(disconnectedDevice, mProfileManager.getA2dpProfile(), startId);
381 mProfileManager.addServiceListener(this);
382 if (mProfileManager.isManagerReady())
    [all...]
DeviceProfilesSettings.java 61 private LocalBluetoothProfileManager mProfileManager;
117 mProfileManager = mManager.getProfileManager();
347 return mProfileManager.getProfileByName(pref.getKey());
BluetoothEventManager.java 46 private LocalBluetoothProfileManager mProfileManager;
70 mProfileManager = manager;
197 cachedDevice = mDeviceManager.addDevice(mLocalAdapter, mProfileManager, device);
379 cachedDevice = mDeviceManager.addDevice(mLocalAdapter, mProfileManager, device);
CachedBluetoothDevice.java 47 private final LocalBluetoothProfileManager mProfileManager;
149 mProfileManager = profileManager;
439 mProfileManager.updateProfiles(uuids, localUuids, mProfiles, mRemovedProfiles);

Completed in 60 milliseconds