Home
last modified time | relevance | path

Searched defs:isFilterMatched (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DAvailableMediaBluetoothDeviceUpdater.java54 public boolean isFilterMatched(CachedBluetoothDevice cachedDevice) { in isFilterMatched() method in AvailableMediaBluetoothDeviceUpdater
H A DConnectedBluetoothDeviceUpdater.java54 public boolean isFilterMatched(CachedBluetoothDevice cachedDevice) { in isFilterMatched() method in ConnectedBluetoothDeviceUpdater
H A DSavedBluetoothDeviceUpdater.java100 public boolean isFilterMatched(CachedBluetoothDevice cachedDevice) { in isFilterMatched() method in SavedBluetoothDeviceUpdater
H A DBluetoothDeviceUpdater.java211 public abstract boolean isFilterMatched(CachedBluetoothDevice cachedBluetoothDevice); in isFilterMatched() method in BluetoothDeviceUpdater