Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DUtils.java51 public static Pair<Drawable, String> getBtClassDrawableWithDescription(Context context, in getBtClassDrawableWithDescription() method in Utils
53 return getBtClassDrawableWithDescription(context, cachedDevice, 1 /* iconScale */); in getBtClassDrawableWithDescription()
56 public static Pair<Drawable, String> getBtClassDrawableWithDescription(Context context, in getBtClassDrawableWithDescription() method in Utils