Home
last modified time | relevance | path

Searched refs:getCachedDeviceManager (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCsipDeviceManager.java280 final CachedBluetoothDeviceManager deviceManager = mBtManager.getCachedDeviceManager(); in getPreferredMainDevice()
358 final CachedBluetoothDeviceManager deviceManager = mBtManager.getCachedDeviceManager(); in addMemberDevicesIntoMainDevice()
H A DLocalBluetoothManager.java153 public CachedBluetoothDeviceManager getCachedDeviceManager() { in getCachedDeviceManager() method in LocalBluetoothManager
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DLocalMediaManager.java556 mLocalBluetoothManager.getCachedDeviceManager(); in getMutingExpectedDevice()
586 mLocalBluetoothManager.getCachedDeviceManager(); in buildDisconnectedBluetoothDevice()
H A DInfoMediaManager.java582 mBluetoothManager.getCachedDeviceManager().findDevice(device); in addMediaDevice()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
H A DMediaOutputBaseDialogTest.java113 when(mLocalBluetoothManager.getCachedDeviceManager()).thenReturn( in setUp()
H A DMediaOutputControllerTest.java193 when(mLocalBluetoothManager.getCachedDeviceManager()).thenReturn( in setUp()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DCsipDeviceManagerTest.java123 when(mLocalBluetoothManager.getCachedDeviceManager()).thenReturn(mCachedDeviceManager); in setUp()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
H A DInfoMediaManagerTest.java1031 when(mLocalBluetoothManager.getCachedDeviceManager()) in addMediaDevice_verifyDeviceTypeCanCorrespondToMediaDevice()
1053 when(mLocalBluetoothManager.getCachedDeviceManager()) in addMediaDevice_cachedBluetoothDeviceIsNull_shouldNotAdded()
1079 when(mLocalBluetoothManager.getCachedDeviceManager()) in addMediaDevice_deviceIncludedInSelectedDevices_shouldSetAsCurrentConnected()
H A DLocalMediaManagerTest.java465 when(mLocalBluetoothManager.getCachedDeviceManager()).thenReturn(cachedManager); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java250 ? mLocalBluetoothManager.getCachedDeviceManager().getCachedDevicesCopy() in getDevices()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImplTest.java91 when(mMockBluetoothManager.getCachedDeviceManager()).thenReturn(mMockDeviceManager); in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java194 mCachedDeviceManager = bluetoothManager.getCachedDeviceManager(); in init()