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

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DCachedBluetoothDeviceManager.java52 CachedBluetoothDevice cachedDevice = findDevice(device);
68 CachedBluetoothDevice findDevice(BluetoothDevice device) { method in class:CachedBluetoothDeviceManager
79 * that {@link #findDevice} has already been called and returned null.
99 CachedBluetoothDevice cachedDevice = findDevice(device);
124 CachedBluetoothDevice cachedDevice = findDevice(device);
131 CachedBluetoothDevice cachedDevice = findDevice(device);

Completed in 44 milliseconds