Home
last modified time | relevance | path

Searched refs:getBtClassDrawableWithDescription (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DBluetoothMediaDevice.java79 : BluetoothUtils.getBtClassDrawableWithDescription(mContext, mCachedDevice).first; in getIcon()
86 : BluetoothUtils.getBtClassDrawableWithDescription(mContext, mCachedDevice).first; in getIconWithoutBackground()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DBluetoothUtilsTest.java71 final Pair<Drawable, String> pair = BluetoothUtils.getBtClassDrawableWithDescription( in getBtClassDrawableWithDescription_typePhone_returnPhoneDrawable()
81 final Pair<Drawable, String> pair = BluetoothUtils.getBtClassDrawableWithDescription( in getBtClassDrawableWithDescription_typeComputer_returnComputerDrawable()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothUtils.java86 public static Pair<Drawable, String> getBtClassDrawableWithDescription(Context context, in getBtClassDrawableWithDescription() method in BluetoothUtils
214 final Pair<Drawable, String> pair = BluetoothUtils.getBtClassDrawableWithDescription( in getBtDrawableWithDescription()
H A DCachedBluetoothDevice.java1576 Pair<Drawable, String> pair = BluetoothUtils.getBtClassDrawableWithDescription( in getDrawableWithDescription()