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

  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothSettingsActivity.java 53 private LocalBluetoothManager mLocalManager;
77 mLocalManager = LocalBluetoothManager.getInstance(this /* context */ , null /* listener */);
78 if (mLocalManager == null) {
82 mLocalAdapter = mLocalManager.getBluetoothAdapter();
88 mDeviceAdapter = new BluetoothDeviceListAdapter(this /* context */ , mLocalManager);
102 if (mLocalManager == null) {
105 mLocalManager.setForegroundActivity(this);
106 mLocalManager.getEventManager().registerCallback(this);
126 if (mLocalManager == null) {
130 mLocalManager.setForegroundActivity(null)
    [all...]
BluetoothDetailActivity.java 57 private LocalBluetoothManager mLocalManager;
78 mLocalManager = LocalBluetoothManager.getInstance(this /* context */ , null /* listener */);
79 if (mLocalManager == null) {
83 mDeviceManager = mLocalManager.getCachedDeviceManager();
87 mLocalManager.getBluetoothAdapter(),
88 mLocalManager.getProfileManager(),
123 PbapServerProfile psp = mLocalManager.getProfileManager().getPbapProfile();
130 MapProfile mapProfile = mLocalManager.getProfileManager().getMapProfile();
BluetoothDeviceListAdapter.java 75 private final LocalBluetoothManager mLocalManager;
114 mLocalManager = localBluetoothManager;
115 mLocalAdapter = mLocalManager.getBluetoothAdapter();
116 mDeviceManager = mLocalManager.getCachedDeviceManager();
130 mLocalManager.getEventManager().registerCallback(this);
142 mLocalManager.getEventManager().unregisterCallback(this);
350 mLocalAdapter, mLocalManager.getProfileManager(), device);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceListPreferenceFragment.java 57 LocalBluetoothManager mLocalManager;
81 mLocalManager = Utils.getLocalBtManager(getActivity());
82 if (mLocalManager == null) {
86 mLocalAdapter = mLocalManager.getBluetoothAdapter();
103 if (mLocalManager == null || isUiRestricted()) return;
105 mLocalManager.setForegroundActivity(getActivity());
106 mLocalManager.getEventManager().registerCallback(this);
114 if (mLocalManager == null || isUiRestricted()) {
119 mLocalManager.setForegroundActivity(null);
120 mLocalManager.getEventManager().unregisterCallback(this)
    [all...]
BluetoothSettings.java 297 mLocalManager.getCachedDeviceManager().clearNonBondedDevices();

Completed in 4667 milliseconds