Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/
H A DPreviouslyConnectedDevicePreferenceControllerTest.java128 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()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothDevicePreferenceTest.java95 when(mCachedBluetoothDevice.getDrawableWithDescription()) in setUp()
98 when(mCachedDevice1.getDrawableWithDescription()) in setUp()
101 when(mCachedDevice2.getDrawableWithDescription()) in setUp()
104 when(mCachedDevice3.getDrawableWithDescription()) in setUp()
H A DAvailableMediaBluetoothDeviceUpdaterTest.java95 when(mCachedBluetoothDevice.getDrawableWithDescription()).thenReturn(pairs); in setUp()
H A DSavedBluetoothDeviceUpdaterTest.java91 when(mCachedBluetoothDevice.getDrawableWithDescription()).thenReturn(pairs); in setUp()
H A DBluetoothDeviceUpdaterTest.java107 when(mCachedBluetoothDevice.getDrawableWithDescription()).thenReturn(pairs); in setUp()
H A DConnectedBluetoothDeviceUpdaterTest.java96 when(mCachedBluetoothDevice.getDrawableWithDescription()).thenReturn(pairs); in setUp()
H A DBluetoothPairingDetailTest.java96 when(mCachedBluetoothDevice.getDrawableWithDescription()).thenReturn(pairs); in setUp()
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDevicePreference.java179 Pair<Drawable, String> pair = mCachedDevice.getDrawableWithDescription(); in onPreferenceAttributesChanged()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceTest.java978 assertThat(mCachedDevice.getDrawableWithDescription().first).isInstanceOf( in getDrawableWithDescription_isAdvancedDevice_returnAdvancedIcon()
989 assertThat(mCachedDevice.getDrawableWithDescription().first).isNotInstanceOf( in getDrawableWithDescription_isNotAdvancedDevice_returnBluetoothIcon()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java1225 public Pair<Drawable, String> getDrawableWithDescription() { in getDrawableWithDescription() method in CachedBluetoothDevice