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

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothManager.java 107 public CachedBluetoothDeviceManager getCachedDeviceManager() {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
RemoteDeviceNameDialogFragment.java 49 return manager.getCachedDeviceManager().findDevice(device);
BluetoothDetailsHeaderController.java 49 mDeviceManager = mLocalManager.getCachedDeviceManager();
ForgetDeviceDialogFragment.java 55 return manager.getCachedDeviceManager().findDevice(device);
BluetoothDeviceDetailsFragment.java 86 return mManager.getCachedDeviceManager().findDevice(remoteDevice);
BluetoothPairingDetail.java 125 mLocalManager.getCachedDeviceManager().clearNonBondedDevices();
BluetoothDeviceUpdater.java 108 mLocalManager.getCachedDeviceManager().getCachedDevicesCopy();
BluetoothPairingController.java 82 mDeviceName = mBluetoothManager.getCachedDeviceManager().getName(mDevice);
DeviceListPreferenceFragment.java 139 mLocalManager.getCachedDeviceManager().getCachedDevicesCopy();
BluetoothPermissionActivity.java 206 bluetoothManager.getCachedDeviceManager();
BluetoothPermissionRequest.java 231 bluetoothManager.getCachedDeviceManager();
DeviceProfilesSettings.java 85 CachedBluetoothDeviceManager deviceManager = mManager.getCachedDeviceManager();
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothDetailFragment.java 75 mDeviceManager = mLocalManager.getCachedDeviceManager();
BluetoothPairingController.java 84 mDeviceName = mBluetoothManager.getCachedDeviceManager().getName(mDevice);
BluetoothDeviceListAdapter.java 125 mDeviceManager = mLocalManager.getCachedDeviceManager();
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothDetailsHeaderControllerTest.java 66 when(mBluetoothManager.getCachedDeviceManager()).thenReturn(mCachedDeviceManager);
AvailableMediaBluetoothDeviceUpdaterTest.java 91 when(mLocalManager.getCachedDeviceManager()).thenReturn(mCachedDeviceManager);
ConnectedBluetoothDeviceUpdaterTest.java 93 when(mLocalManager.getCachedDeviceManager()).thenReturn(mCachedDeviceManager);
DeviceProfilesSettingsTest.java 84 when(mManager.getCachedDeviceManager()).thenReturn(mDeviceManager);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
BluetoothControllerImplTest.java 69 when(mMockBluetoothManager.getCachedDeviceManager()).thenReturn(mMockDeviceManager);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothControllerImpl.java 201 ? mLocalBluetoothManager.getCachedDeviceManager().getCachedDevicesCopy()
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
KeyboardUI.java 182 mCachedDeviceManager = bluetoothManager.getCachedDeviceManager();

Completed in 711 milliseconds