Home
last modified time | relevance | path

Searched defs:cachedBluetoothDevice (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDeviceUpdater.java178 public abstract boolean isFilterMatched(CachedBluetoothDevice cachedBluetoothDevice); in isFilterMatched()
183 protected void update(CachedBluetoothDevice cachedBluetoothDevice) { in update()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothProfileLineItem.java46 CachedBluetoothDevice cachedBluetoothDevice, DataChangedListener listener) { in BluetoothProfileLineItem()