Searched refs:getBluetoothDrawable (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | BluetoothUtils.java | 79 return new Pair<>(getBluetoothDrawable(context, in getBtClassDrawableWithDescription() 85 getBluetoothDrawable(context, in getBtClassDrawableWithDescription() 91 getBluetoothDrawable(context, HidProfile.getHidClassDrawable(btClass)), in getBtClassDrawableWithDescription() 96 getBluetoothDrawable(context, in getBtClassDrawableWithDescription() 109 return new Pair<>(getBluetoothDrawable(context, resId), null); in getBtClassDrawableWithDescription() 115 getBluetoothDrawable(context, in getBtClassDrawableWithDescription() 121 getBluetoothDrawable(context, in getBtClassDrawableWithDescription() 127 getBluetoothDrawable(context, in getBtClassDrawableWithDescription() 135 public static Drawable getBluetoothDrawable(Context context, @DrawableRes int resId) { in getBluetoothDrawable() method in BluetoothUtils
|