/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | BluetoothCallback.java | 57 default void onDeviceAdded(CachedBluetoothDevice cachedDevice) {} in onDeviceAdded() 64 default void onDeviceDeleted(CachedBluetoothDevice cachedDevice) {} in onDeviceDeleted() 76 default void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {} in onDeviceBondStateChanged() 92 default void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) {} in onConnectionStateChanged() 127 default void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChanged() 141 default void onAclConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onAclConnectionStateChanged()
|
D | CachedBluetoothDeviceManager.java | 55 public static boolean onDeviceDisappeared(CachedBluetoothDevice cachedDevice) { in onDeviceDisappeared() 61 CachedBluetoothDevice cachedDevice = findDevice(device); in onDeviceNameUpdated() local 166 CachedBluetoothDevice cachedDevice = findDevice(device); in getName() local 187 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in clearNonBondedSubDevices() local 202 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onScanningStateChanged() local 216 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onBluetoothStateChanged() local 232 cachedDevice, int state) { in onProfileConnectionStateChangedIfProcessed()
|
D | BluetoothEventManager.java | 180 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in readPairedDevices() local 190 void dispatchDeviceAdded(CachedBluetoothDevice cachedDevice) { in dispatchDeviceAdded() 196 void dispatchDeviceRemoved(CachedBluetoothDevice cachedDevice) { in dispatchDeviceRemoved() 209 private void dispatchConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in dispatchConnectionStateChanged() 299 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local 317 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local 339 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local 402 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local 411 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local 420 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
|
D | HearingAidDeviceManager.java | 82 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in getCachedDevice() local 115 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onHiSyncIdChanged() local 156 boolean onProfileConnectionStateChangedIfProcessed(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChangedIfProcessed()
|
D | BluetoothUtils.java | 74 CachedBluetoothDevice cachedDevice) { in getBtClassDrawableWithDescription() 143 CachedBluetoothDevice cachedDevice) { in getBtRainbowDrawableWithDescription() 181 CachedBluetoothDevice cachedDevice) { in getBtDrawableWithDescription()
|
D | LocalBluetoothProfileManager.java | 272 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local 280 protected void onReceiveInternal(Intent intent, CachedBluetoothDevice cachedDevice) { in onReceiveInternal() 324 public void onReceiveInternal(Intent intent, CachedBluetoothDevice cachedDevice) { in onReceiveInternal()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BluetoothControllerImpl.java | 334 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded() 342 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted() 350 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() 365 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onConnectionStateChanged() 376 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChanged() 398 public void onAclConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { 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 | 164 final CachedBluetoothDevice cachedDevice = in connectDevice() local 524 final CachedBluetoothDevice cachedDevice = in buildDisconnectedBluetoothDevice() local
|
D | InfoMediaManager.java | 492 final CachedBluetoothDevice cachedDevice = in addMediaDevice() local
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/ |
D | LocalMediaManagerTest.java | 180 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in connectDevice_bluetoothDeviceNotConnected_connectBluetoothDevice() local 496 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in onDeviceAttributesChanged_failingTransferring_shouldResetState() local 571 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in onDeviceListAdded_haveDisconnectedDevice_addDisconnectedDevice() local 604 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in onDeviceListAdded_transferToDisconnectedBluetooth_verifyConnectDevice() local 660 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in onDeviceListAdded_haveDisconnectedDevice_list5DisconnectedDevice() local
|
D | InfoMediaManagerTest.java | 675 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in addMediaDevice_verifyDeviceTypeCanCorrespondToMediaDevice() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/ |
D | KeyboardUI.java | 324 CachedBluetoothDevice cachedDevice = mCachedDeviceManager.findDevice(d); in getCachedBluetoothDevice() local 501 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice(d); in handleMessage() local 602 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|