Searched refs:getDrawableWithDescription (Results 1 – 10 of 10) sorted by relevance
128 when(mCachedDevice1.getDrawableWithDescription()).thenReturn(pairs); in setUp()131 when(mCachedDevice2.getDrawableWithDescription()).thenReturn(pairs); in setUp()134 when(mCachedDevice3.getDrawableWithDescription()).thenReturn(pairs); in setUp()137 when(mCachedDevice4.getDrawableWithDescription()).thenReturn(pairs); in setUp()140 when(mCachedDevice5.getDrawableWithDescription()).thenReturn(pairs); in setUp()
95 when(mCachedBluetoothDevice.getDrawableWithDescription()) in setUp()98 when(mCachedDevice1.getDrawableWithDescription()) in setUp()101 when(mCachedDevice2.getDrawableWithDescription()) in setUp()104 when(mCachedDevice3.getDrawableWithDescription()) in setUp()
95 when(mCachedBluetoothDevice.getDrawableWithDescription()).thenReturn(pairs); in setUp()
91 when(mCachedBluetoothDevice.getDrawableWithDescription()).thenReturn(pairs); in setUp()
107 when(mCachedBluetoothDevice.getDrawableWithDescription()).thenReturn(pairs); in setUp()
96 when(mCachedBluetoothDevice.getDrawableWithDescription()).thenReturn(pairs); in setUp()
179 Pair<Drawable, String> pair = mCachedDevice.getDrawableWithDescription(); in onPreferenceAttributesChanged()
978 assertThat(mCachedDevice.getDrawableWithDescription().first).isInstanceOf( in getDrawableWithDescription_isAdvancedDevice_returnAdvancedIcon()989 assertThat(mCachedDevice.getDrawableWithDescription().first).isNotInstanceOf( in getDrawableWithDescription_isNotAdvancedDevice_returnBluetoothIcon()
1225 public Pair<Drawable, String> getDrawableWithDescription() { in getDrawableWithDescription() method in CachedBluetoothDevice