Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceTest.java895 CachedBluetoothDevice cachedBluetoothDevice = in deviceName_testAliasNameAvailable() local
905 CachedBluetoothDevice cachedBluetoothDevice = in deviceName_testNameNotAvailable() local
922 CachedBluetoothDevice cachedBluetoothDevice = in deviceName_testRenameDevice() local
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceManager.java360 public synchronized void onActiveDeviceChanged(CachedBluetoothDevice cachedBluetoothDevice) { in onActiveDeviceChanged()