Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceTest.java718 CachedBluetoothDevice cachedBluetoothDevice = in deviceName_testAliasNameAvailable() local
728 CachedBluetoothDevice cachedBluetoothDevice = in deviceName_testNameNotAvailable() local
745 CachedBluetoothDevice cachedBluetoothDevice = in deviceName_testRenameDevice() local
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDeviceUpdater.java211 public abstract boolean isFilterMatched(CachedBluetoothDevice cachedBluetoothDevice); in isFilterMatched()
221 protected void update(CachedBluetoothDevice cachedBluetoothDevice) { in update()
H A DAdvancedBluetoothDetailsHeaderController.java171 public void init(CachedBluetoothDevice cachedBluetoothDevice) { in init()