Home
last modified time | relevance | path

Searched defs:cachedDevice (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothCallback.java73 default void onDeviceAdded(@NonNull CachedBluetoothDevice cachedDevice) {} in onDeviceAdded()
80 default void onDeviceDeleted(@NonNull CachedBluetoothDevice cachedDevice) {} in onDeviceDeleted()
92 default void onDeviceBondStateChanged( in onDeviceBondStateChanged()
109 default void onConnectionStateChanged( in onConnectionStateChanged()
147 default void onProfileConnectionStateChanged( in onProfileConnectionStateChanged()
163 default void onAclConnectionStateChanged( in onAclConnectionStateChanged()
H A DBluetoothEventManager.java187 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in readPairedDevices() local
197 void dispatchDeviceAdded(@NonNull CachedBluetoothDevice cachedDevice) { in dispatchDeviceAdded()
203 void dispatchDeviceRemoved(@NonNull CachedBluetoothDevice cachedDevice) { in dispatchDeviceRemoved()
216 private void dispatchConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in dispatchConnectionStateChanged()
325 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
345 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
373 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
444 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
453 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
462 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
H A DCachedBluetoothDeviceManager.java70 public static boolean onDeviceDisappeared(CachedBluetoothDevice cachedDevice) { in onDeviceDisappeared()
76 CachedBluetoothDevice cachedDevice = findDevice(device); in onDeviceNameUpdated() local
238 CachedBluetoothDevice cachedDevice = findDevice(device); in getName() local
265 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in clearNonBondedSubDevices() local
292 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onScanningStateChanged() local
313 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onBluetoothStateChanged() local
344 cachedDevice, int state, int profileId) { in onProfileConnectionStateChangedIfProcessed()
H A DHearingAidDeviceManager.java146 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in getCachedDevice() local
185 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onHiSyncIdChanged() local
234 boolean onProfileConnectionStateChangedIfProcessed(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChangedIfProcessed()
H A DCsipDeviceManager.java115 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in getCachedDevice() local
162 boolean onProfileConnectionStateChangedIfProcessed(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChangedIfProcessed()
H A DBluetoothUtils.java87 CachedBluetoothDevice cachedDevice) { in getBtClassDrawableWithDescription()
168 CachedBluetoothDevice cachedDevice) { in getBtRainbowDrawableWithDescription()
213 CachedBluetoothDevice cachedDevice) { in getBtDrawableWithDescription()
H A DLocalBluetoothProfileManager.java333 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
341 protected void onReceiveInternal(Intent intent, CachedBluetoothDevice cachedDevice) { in onReceiveInternal()
436 public void onReceiveInternal(Intent intent, CachedBluetoothDevice cachedDevice) { in onReceiveInternal()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java356 public void onDeviceAdded(@NonNull CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
364 public void onDeviceDeleted(@NonNull CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
371 public void onDeviceBondStateChanged( in onDeviceBondStateChanged()
386 public void onConnectionStateChanged( in onConnectionStateChanged()
396 public void onProfileConnectionStateChanged( in onProfileConnectionStateChanged()
415 public void onAclConnectionStateChanged( in onAclConnectionStateChanged()
423 public void addOnMetadataChangedListener( in addOnMetadataChangedListener()
436 public void removeOnMetadataChangedListener( in removeOnMetadataChangedListener()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DBluetoothTileTest.kt145 val cachedDevice = mock<CachedBluetoothDevice>() regex
165 val cachedDevice = mock<CachedBluetoothDevice>() regex
190 val cachedDevice = mock<CachedBluetoothDevice>() regex
203 val cachedDevice = mock<CachedBluetoothDevice>() regex
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DLocalMediaManager.java170 final CachedBluetoothDevice cachedDevice = in connectDevice() local
558 final CachedBluetoothDevice cachedDevice = in getMutingExpectedDevice() local
569 private boolean isMutingExpectedDevice(CachedBluetoothDevice cachedDevice) { in isMutingExpectedDevice()
591 final CachedBluetoothDevice cachedDevice = in buildDisconnectedBluetoothDevice() local
620 private boolean isBondedMediaDevice(CachedBluetoothDevice cachedDevice) { in isBondedMediaDevice()
H A DMediaDeviceUtils.java34 public static String getId(CachedBluetoothDevice cachedDevice) { in getId()
H A DInfoMediaManager.java581 final CachedBluetoothDevice cachedDevice = in addMediaDevice() local
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
H A DLocalMediaManagerTest.java185 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in connectDevice_bluetoothDeviceNotConnected_connectBluetoothDevice() local
387 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in onDeviceAttributesChanged_failingTransferring_shouldResetState() local
456 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice() local
491 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in onDeviceListAdded_transferToDisconnectedBluetooth_verifyConnectDevice() local
H A DInfoMediaManagerTest.java1009 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in addMediaDevice_verifyDeviceTypeCanCorrespondToMediaDevice() local
1069 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in addMediaDevice_deviceIncludedInSelectedDevices_shouldSetAsCurrentConnected() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImplTest.java443 CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in testAddOnMetadataChangedListener_registersListenerOnAdapter() local
457 CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in testRemoveOnMetadataChangedListener_removesListenerFromAdapter() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java330 CachedBluetoothDevice cachedDevice = mCachedDeviceManager.findDevice(d); in getCachedBluetoothDevice() local
507 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice(d); in handleMessage() local
608 public void onDeviceBondStateChanged( in onDeviceBondStateChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java274 private void listenToMetadata(CachedBluetoothDevice cachedDevice) { in listenToMetadata()