Searched refs:firstDevice (Results 1 – 2 of 2) sorted by relevance
231 CachedBluetoothDevice firstDevice = in getName() local233 if (firstDevice != null && firstDevice.getName() != null) { in getName()234 return firstDevice.getName(); in getName()421 CachedBluetoothDevice firstDevice = mCsipDeviceManager.getFirstMemberDevice(groupId); in checkLateBonding() local422 if (firstDevice == null) { in checkLateBonding()427 Timestamp then = firstDevice.getBondTimestamp(); in checkLateBonding()
545 val firstDevice = dataCaptor.allValues.get(0) regex546 assertThat(firstDevice.id).isEqualTo(DEVICE_ID)574 val firstDevice = dataCaptor.allValues.get(0) regex575 assertThat(firstDevice.name).isEqualTo(DEVICE_NAME)