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

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDevicePreference.java49 * BluetoothDevicePreference is the preference type used to display each remote
52 public final class BluetoothDevicePreference extends Preference implements class in inherits:Preference,CachedBluetoothDevice.Callback,OnClickListener
54 private static final String TAG = "BluetoothDevicePreference";
77 public BluetoothDevicePreference(Context context, CachedBluetoothDevice cachedDevice) { method in class:BluetoothDevicePreference
184 if ((o == null) || !(o instanceof BluetoothDevicePreference)) {
188 ((BluetoothDevicePreference) o).mCachedDevice);
198 if (!(another instanceof BluetoothDevicePreference)) {
204 .compareTo(((BluetoothDevicePreference) another).mCachedDevice);

Completed in 68 milliseconds