Searched refs:cachedBluetoothDevice (Results 1 – 2 of 2) sorted by relevance
895 CachedBluetoothDevice cachedBluetoothDevice = in deviceName_testAliasNameAvailable() local898 assertThat(cachedBluetoothDevice.getName()).isEqualTo(DEVICE_ALIAS); in deviceName_testAliasNameAvailable()900 assertThat(cachedBluetoothDevice.hasHumanReadableName()).isTrue(); in deviceName_testAliasNameAvailable()905 CachedBluetoothDevice cachedBluetoothDevice = in deviceName_testNameNotAvailable() local908 assertThat(cachedBluetoothDevice.getName()).isEqualTo(DEVICE_ADDRESS); in deviceName_testNameNotAvailable()910 assertThat(cachedBluetoothDevice.hasHumanReadableName()).isFalse(); in deviceName_testNameNotAvailable()922 CachedBluetoothDevice cachedBluetoothDevice = in deviceName_testRenameDevice() local925 assertThat(cachedBluetoothDevice.getName()).isEqualTo(DEVICE_ALIAS); in deviceName_testRenameDevice()927 cachedBluetoothDevice.setName(null); in deviceName_testRenameDevice()930 cachedBluetoothDevice.setName(DEVICE_ALIAS_NEW); in deviceName_testRenameDevice()[all …]
360 public synchronized void onActiveDeviceChanged(CachedBluetoothDevice cachedBluetoothDevice) { in onActiveDeviceChanged() argument361 if (cachedBluetoothDevice.isHearingAidDevice()) { in onActiveDeviceChanged()362 mHearingAidDeviceManager.onActiveDeviceChanged(cachedBluetoothDevice); in onActiveDeviceChanged()