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.java91 return new Pair<>(getBluetoothDrawable(context, in getBtClassDrawableWithDescription()
97 getBluetoothDrawable(context, in getBtClassDrawableWithDescription()
103 getBluetoothDrawable(context, HidProfile.getHidClassDrawable(btClass)), in getBtClassDrawableWithDescription()
108 getBluetoothDrawable(context, in getBtClassDrawableWithDescription()
121 return new Pair<>(getBluetoothDrawable(context, resId), null); in getBtClassDrawableWithDescription()
127 getBluetoothDrawable(context, in getBtClassDrawableWithDescription()
133 getBluetoothDrawable(context, in getBtClassDrawableWithDescription()
139 getBluetoothDrawable(context, in getBtClassDrawableWithDescription()
147 public static Drawable getBluetoothDrawable(Context context, @DrawableRes int resId) { in getBluetoothDrawable() method in BluetoothUtils