Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
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()
DCachedBluetoothDeviceManager.java62 public static boolean onDeviceDisappeared(CachedBluetoothDevice cachedDevice) { in onDeviceDisappeared()
68 CachedBluetoothDevice cachedDevice = findDevice(device); in onDeviceNameUpdated() local
212 CachedBluetoothDevice cachedDevice = findDevice(device); in getName() local
233 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in clearNonBondedSubDevices() local
259 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onScanningStateChanged() local
280 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onBluetoothStateChanged() local
308 cachedDevice, int state, int profileId) { in onProfileConnectionStateChangedIfProcessed()
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()
324 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
344 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
372 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
443 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
452 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
461 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
DCsipDeviceManager.java114 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in getCachedDevice() local
201 final CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onGroupIdChanged() local
227 boolean onProfileConnectionStateChangedIfProcessed(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChangedIfProcessed()
DHearingAidDeviceManager.java109 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in getCachedDevice() local
146 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onHiSyncIdChanged() local
187 boolean onProfileConnectionStateChangedIfProcessed(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChangedIfProcessed()
DBluetoothUtils.java86 CachedBluetoothDevice cachedDevice) { in getBtClassDrawableWithDescription()
155 CachedBluetoothDevice cachedDevice) { in getBtRainbowDrawableWithDescription()
193 CachedBluetoothDevice cachedDevice) { in getBtDrawableWithDescription()
DLocalBluetoothProfileManager.java324 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
332 protected void onReceiveInternal(Intent intent, CachedBluetoothDevice cachedDevice) { in onReceiveInternal()
407 public void onReceiveInternal(Intent intent, CachedBluetoothDevice cachedDevice) { in onReceiveInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java343 public void onDeviceAdded(@NonNull CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
351 public void onDeviceDeleted(@NonNull CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
359 public void onDeviceBondStateChanged( in onDeviceBondStateChanged()
375 public void onConnectionStateChanged( in onConnectionStateChanged()
386 public void onProfileConnectionStateChanged( in onProfileConnectionStateChanged()
406 public void onAclConnectionStateChanged( in onAclConnectionStateChanged()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DMediaDeviceUtils.java33 public static String getId(CachedBluetoothDevice cachedDevice) { in getId()
DLocalMediaManager.java174 final CachedBluetoothDevice cachedDevice = in connectDevice() local
584 final CachedBluetoothDevice cachedDevice = in getMutingExpectedDevice() local
595 private boolean isMutingExpectedDevice(CachedBluetoothDevice cachedDevice) { in isMutingExpectedDevice()
617 final CachedBluetoothDevice cachedDevice = in buildDisconnectedBluetoothDevice() local
646 private boolean isBondedMediaDevice(CachedBluetoothDevice cachedDevice) { in isBondedMediaDevice()
DInfoMediaManager.java529 final CachedBluetoothDevice cachedDevice = in addMediaDevice() local
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
DLocalMediaManagerTest.java185 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in connectDevice_bluetoothDeviceNotConnected_connectBluetoothDevice() local
501 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in onDeviceAttributesChanged_failingTransferring_shouldResetState() local
572 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice() local
608 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in onDeviceListAdded_transferToDisconnectedBluetooth_verifyConnectDevice() local
DInfoMediaManagerTest.java692 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in addMediaDevice_verifyDeviceTypeCanCorrespondToMediaDevice() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java330 CachedBluetoothDevice cachedDevice = mCachedDeviceManager.findDevice(d); in getCachedBluetoothDevice() local
507 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice(d); in handleMessage() local
608 public void onDeviceBondStateChanged( in onDeviceBondStateChanged()