Searched refs:firstDevice (Results 1 – 2 of 2) sorted by relevance
247 CachedBluetoothDevice firstDevice = in getName() local249 if (firstDevice != null && firstDevice.getName() != null) { in getName()250 return firstDevice.getName(); in getName()451 CachedBluetoothDevice firstDevice = mCsipDeviceManager.getFirstMemberDevice(groupId); in checkLateBonding() local452 if (firstDevice == null) { in checkLateBonding()457 Timestamp then = firstDevice.getBondTimestamp(); in checkLateBonding()
685 val firstDevice = dataCaptor.allValues.get(0) in deviceIdChanged_informListener() constant686 assertThat(firstDevice.id).isEqualTo(DEVICE_ID) in deviceIdChanged_informListener()714 val firstDevice = dataCaptor.allValues.get(0) in deviceNameChanged_informListener() constant715 assertThat(firstDevice.name).isEqualTo(DEVICE_NAME) in deviceNameChanged_informListener()