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

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DCachedBluetoothDevice.java37 * CachedBluetoothDevice represents a remote Bluetooth device. It contains
42 final class CachedBluetoothDevice implements Comparable<CachedBluetoothDevice> { class in inherits:Comparable
43 private static final String TAG = "CachedBluetoothDevice";
148 CachedBluetoothDevice(Context context, method in class:CachedBluetoothDevice
588 if ((o == null) || !(o instanceof CachedBluetoothDevice)) {
591 return mDevice.equals(((CachedBluetoothDevice) o).mDevice);
602 public int compareTo(CachedBluetoothDevice another) {

Completed in 62 milliseconds