Searched defs:BluetoothDevicePreference (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDevicePreference.java44 * BluetoothDevicePreference is the preference type used to display each remote
47 public final class BluetoothDevicePreference extends GearPreference implements class in inherits:GearPreference,CachedBluetoothDevice.Callback
63 public BluetoothDevicePreference(Context context, CachedBluetoothDevice cachedDevice, method in class:BluetoothDevicePreference
172 if ((o == null) || !(o instanceof BluetoothDevicePreference)) {
176 ((BluetoothDevicePreference) o).mCachedDevice);
186 if (!(another instanceof BluetoothDevicePreference)) {
192 .compareTo(((BluetoothDevicePreference) another).mCachedDevice);

Completed in 258 milliseconds