Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothUtils.java92 return new Pair<>(getBluetoothDrawable(context, in getBtClassDrawableWithDescription()
98 getBluetoothDrawable(context, in getBtClassDrawableWithDescription()
104 getBluetoothDrawable(context, HidProfile.getHidClassDrawable(btClass)), in getBtClassDrawableWithDescription()
109 getBluetoothDrawable(context, in getBtClassDrawableWithDescription()
126 return new Pair<>(getBluetoothDrawable(context, profileResId), null); in getBtClassDrawableWithDescription()
134 return new Pair<>(getBluetoothDrawable(context, resId), null); in getBtClassDrawableWithDescription()
140 getBluetoothDrawable(context, in getBtClassDrawableWithDescription()
146 getBluetoothDrawable(context, in getBtClassDrawableWithDescription()
152 getBluetoothDrawable(context, in getBtClassDrawableWithDescription()
160 public static Drawable getBluetoothDrawable(Context context, @DrawableRes int resId) { in getBluetoothDrawable() method in BluetoothUtils