Searched defs:DEVICE_ALIAS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceTest.java48 private final static String DEVICE_ALIAS = "TestAlias"; field in class:CachedBluetoothDeviceTest
477 when(mDevice.getAliasName()).thenReturn(DEVICE_ALIAS);
482 assertThat(cachedBluetoothDevice.getName()).isEqualTo(DEVICE_ALIAS);
499 final String[] alias = {DEVICE_ALIAS};
509 assertThat(cachedBluetoothDevice.getName()).isEqualTo(DEVICE_ALIAS);

Completed in 30 milliseconds