Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DBluetoothMediaDevice.java61 BluetoothUtils.getBtDrawableWithDescription(mContext, mCachedDevice).first; in getIcon()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothUtils.java145 final Pair<Drawable, String> pair = BluetoothUtils.getBtDrawableWithDescription(context, in getBtRainbowDrawableWithDescription()
180 public static Pair<Drawable, String> getBtDrawableWithDescription(Context context, in getBtDrawableWithDescription() method in BluetoothUtils
DCachedBluetoothDevice.java533 (BitmapDrawable) BluetoothUtils.getBtDrawableWithDescription( in refresh()