Home
last modified time | relevance | path

Searched refs:getCachedBluetoothDevice (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DDockService.java792 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice( in handleUnexpectedDisconnect()
804 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice( in connectIfEnabled()
852 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice( in applyBtSettings()
905 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice(device); in handleUndocked()
910 private CachedBluetoothDevice getCachedBluetoothDevice(BluetoothDevice device) { in getCachedBluetoothDevice() method in DockService