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";
160 CachedBluetoothDevice(Context context, method in class:CachedBluetoothDevice
617 if ((o == null) || !(o instanceof CachedBluetoothDevice)) {
620 return mDevice.equals(((CachedBluetoothDevice) o).mDevice);
631 public int compareTo(CachedBluetoothDevice another) {

Completed in 75 milliseconds