Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceManager.java231 CachedBluetoothDevice firstDevice = in getName() local
233 if (firstDevice != null && firstDevice.getName() != null) { in getName()
234 return firstDevice.getName(); in getName()
421 CachedBluetoothDevice firstDevice = mCsipDeviceManager.getFirstMemberDevice(groupId); in checkLateBonding() local
422 if (firstDevice == null) { in checkLateBonding()
427 Timestamp then = firstDevice.getBondTimestamp(); in checkLateBonding()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/pipeline/
H A DMediaDeviceManagerTest.kt545 val firstDevice = dataCaptor.allValues.get(0) regex
546 assertThat(firstDevice.id).isEqualTo(DEVICE_ID)
574 val firstDevice = dataCaptor.allValues.get(0) regex
575 assertThat(firstDevice.name).isEqualTo(DEVICE_NAME)