Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DDeviceListPreferenceFragment.java159 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()
DBluetoothSettings.java455 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
487 CachedBluetoothDevice cachedDevice = preference.getCachedDevice(); in initDevicePreference() local
543 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()
DDockService.java792 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice( in handleUnexpectedDisconnect() local
804 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice( in connectIfEnabled() local
852 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice( in applyBtSettings() local
905 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice(device); in handleUndocked() local
911 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in getCachedBluetoothDevice() local
938 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()
DDevicePickerFragment.java126 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, in onDeviceBondStateChanged()
DBluetoothPermissionRequest.java226 CachedBluetoothDevice cachedDevice = cachedDeviceManager.findDevice(mDevice); in checkUserChoice() local
DBluetoothPermissionActivity.java214 CachedBluetoothDevice cachedDevice = cachedDeviceManager.findDevice(mDevice); in onNegative() local
DBluetoothDevicePreference.java77 public BluetoothDevicePreference(Context context, CachedBluetoothDevice cachedDevice) { in BluetoothDevicePreference()