Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothUtils.java70 return new Pair<>(getBluetoothDrawable(context, in getBtClassDrawableWithDescription()
76 getBluetoothDrawable(context, in getBtClassDrawableWithDescription()
82 getBluetoothDrawable(context, HidProfile.getHidClassDrawable(btClass)), in getBtClassDrawableWithDescription()
87 getBluetoothDrawable(context, in getBtClassDrawableWithDescription()
100 return new Pair<>(getBluetoothDrawable(context, resId), null); in getBtClassDrawableWithDescription()
106 getBluetoothDrawable(context, in getBtClassDrawableWithDescription()
112 getBluetoothDrawable(context, in getBtClassDrawableWithDescription()
118 getBluetoothDrawable(context, in getBtClassDrawableWithDescription()
126 public static Drawable getBluetoothDrawable(Context context, @DrawableRes int resId) { in getBluetoothDrawable() method in BluetoothUtils