Searched defs:cachedDevice (Results 1 – 7 of 7) sorted by relevance
159 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()172 void createDevicePreference(CachedBluetoothDevice cachedDevice) { in createDevicePreference()204 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()227 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { } in onConnectionStateChanged()
455 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()487 CachedBluetoothDevice cachedDevice = preference.getCachedDevice(); in initDevicePreference() local543 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onConnectionStateChanged()554 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()559 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()564 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
792 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice( in handleUnexpectedDisconnect() local804 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice( in connectIfEnabled() local852 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice( in applyBtSettings() local905 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice(device); in handleUndocked() local911 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in getCachedBluetoothDevice() local938 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { } in onDeviceAdded()939 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { } in onDeviceDeleted()940 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { } in onConnectionStateChanged()950 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
126 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, in onDeviceBondStateChanged()
226 CachedBluetoothDevice cachedDevice = cachedDeviceManager.findDevice(mDevice); in checkUserChoice() local
214 CachedBluetoothDevice cachedDevice = cachedDeviceManager.findDevice(mDevice); in onNegative() local
77 public BluetoothDevicePreference(Context context, CachedBluetoothDevice cachedDevice) { in BluetoothDevicePreference()