/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | BluetoothCallback.java | 73 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()
|
D | CachedBluetoothDeviceManager.java | 62 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()
|
D | BluetoothEventManager.java | 187 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
|
D | CsipDeviceManager.java | 114 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()
|
D | HearingAidDeviceManager.java | 109 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in getCachedDevice() local 146 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onHiSyncIdChanged() local 187 boolean onProfileConnectionStateChangedIfProcessed(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChangedIfProcessed()
|
D | BluetoothUtils.java | 86 CachedBluetoothDevice cachedDevice) { in getBtClassDrawableWithDescription() 155 CachedBluetoothDevice cachedDevice) { in getBtRainbowDrawableWithDescription() 193 CachedBluetoothDevice cachedDevice) { in getBtDrawableWithDescription()
|
D | LocalBluetoothProfileManager.java | 324 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/ |
D | BluetoothControllerImpl.java | 343 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/ |
D | MediaDeviceUtils.java | 33 public static String getId(CachedBluetoothDevice cachedDevice) { in getId()
|
D | LocalMediaManager.java | 174 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()
|
D | InfoMediaManager.java | 529 final CachedBluetoothDevice cachedDevice = in addMediaDevice() local
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/ |
D | LocalMediaManagerTest.java | 185 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
|
D | InfoMediaManagerTest.java | 692 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in addMediaDevice_verifyDeviceTypeCanCorrespondToMediaDevice() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/ |
D | KeyboardUI.java | 330 CachedBluetoothDevice cachedDevice = mCachedDeviceManager.findDevice(d); in getCachedBluetoothDevice() local 507 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice(d); in handleMessage() local 608 public void onDeviceBondStateChanged( in onDeviceBondStateChanged()
|