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

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

Completed in 41 milliseconds