Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DLocalBluetoothProfile.java70 int getDrawableResource(BluetoothClass btClass); in getDrawableResource() method
DOppProfile.java86 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource() method in OppProfile
DHidProfile.java134 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource() method in HidProfile
DPanProfile.java141 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource() method in PanProfile
DA2dpProfile.java159 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource() method in A2dpProfile
DHeadsetProfile.java191 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource() method in HeadsetProfile
DBluetoothDevicePreference.java291 int resId = profile.getDrawableResource(btClass); in getBtClassDrawable()
DDeviceProfilesSettings.java212 int iconResource = profile.getDrawableResource(mCachedDevice.getBtClass()); in createProfilePreference()