/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/ |
D | BluetoothMediaManager.java | 101 final CachedBluetoothDevice cachedDevice = in addConnectableA2dpDevices() local 133 final CachedBluetoothDevice cachedDevice = in addConnectableHearingAidDevices() local 159 private void addMediaDevice(CachedBluetoothDevice cachedDevice) { in addMediaDevice() 206 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded() 213 private boolean isCachedDeviceConnected(CachedBluetoothDevice cachedDevice) { in isCachedDeviceConnected() 223 private void dispatchDeviceAdded(CachedBluetoothDevice cachedDevice) { in dispatchDeviceAdded() 231 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted() 238 private void removeMediaDevice(CachedBluetoothDevice cachedDevice) { in removeMediaDevice() 247 void dispatchDeviceRemoved(CachedBluetoothDevice cachedDevice) { in dispatchDeviceRemoved() 255 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged() [all …]
|
D | MediaDeviceUtils.java | 34 public static String getId(CachedBluetoothDevice cachedDevice) { in getId()
|
D | LocalMediaManager.java | 116 final CachedBluetoothDevice cachedDevice = in connectDevice() local
|
/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 | 56 public static boolean onDeviceDisappeared(CachedBluetoothDevice cachedDevice) { in onDeviceDisappeared() 62 CachedBluetoothDevice cachedDevice = findDevice(device); in onDeviceNameUpdated() local 164 CachedBluetoothDevice cachedDevice = findDevice(device); in getName() local 185 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in clearNonBondedSubDevices() local 200 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onScanningStateChanged() local 214 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onBluetoothStateChanged() local 238 cachedDevice, int state) { in onProfileConnectionStateChangedIfProcessed()
|
D | BluetoothEventManager.java | 179 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in readPairedDevices() local 189 void dispatchDeviceAdded(CachedBluetoothDevice cachedDevice) { in dispatchDeviceAdded() 195 void dispatchDeviceRemoved(CachedBluetoothDevice cachedDevice) { in dispatchDeviceRemoved() 208 private void dispatchConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in dispatchConnectionStateChanged() 292 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local 316 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local 338 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local 398 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local 407 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local 416 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 | 65 CachedBluetoothDevice cachedDevice) { in getBtClassDrawableWithDescription() 134 CachedBluetoothDevice cachedDevice) { in getBtRainbowDrawableWithDescription()
|
D | LocalBluetoothProfileManager.java | 271 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local 279 protected void onReceiveInternal(Intent intent, CachedBluetoothDevice cachedDevice) { in onReceiveInternal() 323 public void onReceiveInternal(Intent intent, CachedBluetoothDevice cachedDevice) { in onReceiveInternal()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/ |
D | BluetoothMediaManagerTest.java | 92 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in startScan_haveA2dpProfileDeviceIsPreferredAndBonded_shouldAddDevice() local 109 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in startScan_haveA2dpProfileDeviceIsPreferredAndBondNone_shouldNotAddDevice() local 137 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in startScan_haveHapProfileDeviceIsPreferredAndBonded_shouldAddDevice() local 165 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in starScan_a2dpAndHapProfileNotReady_shouldRegisterCallback() local 180 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in starScan_a2dpAndHapProfileReady_shouldNotRegisterCallback() local 195 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in onServiceConnected_a2dpAndHapProfileNotReady_doNothing() local 211 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in onDeviceAttributesChanged_a2dpAndHapProfileReady_shouldUnregisterCallback() local
|
D | LocalMediaManagerTest.java | 119 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in connectDevice_bluetoothDeviceNotConnected_connectBluetoothDevice() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BluetoothControllerImpl.java | 312 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded() 320 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted() 328 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() 343 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onConnectionStateChanged() 364 public void onAclConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onAclConnectionStateChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/ |
D | KeyboardUI.java | 320 CachedBluetoothDevice cachedDevice = mCachedDeviceManager.findDevice(d); in getCachedBluetoothDevice() local 497 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice(d); in handleMessage() local 598 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|