Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java49 public static boolean onDeviceDisappeared(CachedBluetoothDevice cachedDevice) { in onDeviceDisappeared()
55 CachedBluetoothDevice cachedDevice = findDevice(device); in onDeviceNameUpdated() local
105 CachedBluetoothDevice cachedDevice = findDevice(device); in getName() local
120 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in clearNonBondedDevices() local
133 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onScanningStateChanged() local
139 CachedBluetoothDevice cachedDevice = findDevice(device); in onBtClassChanged() local
146 CachedBluetoothDevice cachedDevice = findDevice(device); in onUuidChanged() local
157 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onBluetoothStateChanged() local
DBluetoothCallback.java27 void onDeviceAdded(CachedBluetoothDevice cachedDevice); in onDeviceAdded()
28 void onDeviceDeleted(CachedBluetoothDevice cachedDevice); in onDeviceDeleted()
29 void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState); in onDeviceBondStateChanged()
30 void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state); in onConnectionStateChanged()
DBluetoothEventManager.java194 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
210 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
217 private void dispatchConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in dispatchConnectionStateChanged()
225 void dispatchDeviceAdded(CachedBluetoothDevice cachedDevice) { in dispatchDeviceAdded()
236 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
267 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
352 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
371 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
387 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in readPairedDevices() local
DLocalBluetoothProfileManager.java273 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java213 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
220 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
226 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
238 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onConnectionStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java319 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()
604 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { } in onDeviceAdded()
606 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { } in onDeviceDeleted()
610 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { } in onConnectionStateChanged()