Searched refs:DEVICE_ALIAS (Results 1 – 4 of 4) sorted by relevance
58 private static final String DEVICE_ALIAS = "TestAlias"; field in CachedBluetoothDeviceTest893 when(mDevice.getAlias()).thenReturn(DEVICE_ALIAS); in deviceName_testAliasNameAvailable()898 assertThat(cachedBluetoothDevice.getName()).isEqualTo(DEVICE_ALIAS); in deviceName_testAliasNameAvailable()915 final String[] alias = {DEVICE_ALIAS}; in deviceName_testRenameDevice()925 assertThat(cachedBluetoothDevice.getName()).isEqualTo(DEVICE_ALIAS); in deviceName_testRenameDevice()
71 DEVICE_ALIAS = 1u << 5, enumerator
242 if (!changes.any() || changes.test(Change::DEVICE_ALIAS)) { in configure()
2330 InputReaderConfiguration::Change::DEVICE_ALIAS); in nativeReloadDeviceAliases()