Home
last modified time | relevance | path

Searched refs:getDrawableWithDescription (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceTest.java1867 assertThat(mCachedDevice.getDrawableWithDescription().first).isInstanceOf( in getDrawableWithDescription_isAdvancedDevice_returnAdvancedIcon()
1878 assertThat(mCachedDevice.getDrawableWithDescription().first).isNotInstanceOf( in getDrawableWithDescription_isNotAdvancedDevice_returnBluetoothIcon()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java1983 public Pair<Drawable, String> getDrawableWithDescription() { in getDrawableWithDescription() method in CachedBluetoothDevice