Home
last modified time | relevance | path

Searched refs:firstDevice (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java247 CachedBluetoothDevice firstDevice = in getName() local
249 if (firstDevice != null && firstDevice.getName() != null) { in getName()
250 return firstDevice.getName(); in getName()
451 CachedBluetoothDevice firstDevice = mCsipDeviceManager.getFirstMemberDevice(groupId); in checkLateBonding() local
452 if (firstDevice == null) { in checkLateBonding()
457 Timestamp then = firstDevice.getBondTimestamp(); in checkLateBonding()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDeviceManagerTest.kt685 val firstDevice = dataCaptor.allValues.get(0) in deviceIdChanged_informListener() constant
686 assertThat(firstDevice.id).isEqualTo(DEVICE_ID) in deviceIdChanged_informListener()
714 val firstDevice = dataCaptor.allValues.get(0) in deviceNameChanged_informListener() constant
715 assertThat(firstDevice.name).isEqualTo(DEVICE_NAME) in deviceNameChanged_informListener()