Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothCallback.java57 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()
DCachedBluetoothDeviceManager.java55 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()
DBluetoothEventManager.java180 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
DHearingAidDeviceManager.java82 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in getCachedDevice() local
115 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onHiSyncIdChanged() local
156 boolean onProfileConnectionStateChangedIfProcessed(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChangedIfProcessed()
DBluetoothUtils.java74 CachedBluetoothDevice cachedDevice) { in getBtClassDrawableWithDescription()
143 CachedBluetoothDevice cachedDevice) { in getBtRainbowDrawableWithDescription()
181 CachedBluetoothDevice cachedDevice) { in getBtDrawableWithDescription()
DLocalBluetoothProfileManager.java272 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/
DBluetoothControllerImpl.java334 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/
DMediaDeviceUtils.java33 public static String getId(CachedBluetoothDevice cachedDevice) { in getId()
DLocalMediaManager.java164 final CachedBluetoothDevice cachedDevice = in connectDevice() local
524 final CachedBluetoothDevice cachedDevice = in buildDisconnectedBluetoothDevice() local
DInfoMediaManager.java492 final CachedBluetoothDevice cachedDevice = in addMediaDevice() local
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
DLocalMediaManagerTest.java180 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
DInfoMediaManagerTest.java675 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in addMediaDevice_verifyDeviceTypeCanCorrespondToMediaDevice() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java324 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()