Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothUtils.java138 int profileResId = profile.getDrawableResource(btClass); in getBtClassDrawableWithDescription() local
139 if (profileResId != 0) { in getBtClassDrawableWithDescription()
144 getBluetoothDrawable(context, profileResId), in getBtClassDrawableWithDescription()
148 resId = profileResId; in getBtClassDrawableWithDescription()