Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothUtilsTest.java64 when(mCachedBluetoothDevice.getBtClass().getMajorDeviceClass()).thenReturn( in getBtClassDrawableWithDescription_typePhone_returnPhoneDrawable()
74 when(mCachedBluetoothDevice.getBtClass().getMajorDeviceClass()).thenReturn( in getBtClassDrawableWithDescription_typeComputer_returnComputerDrawable()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothUtils.java66 BluetoothClass btClass = cachedDevice.getBtClass(); in getBtClassDrawableWithDescription()
DCachedBluetoothDevice.java656 public BluetoothClass getBtClass() { in getBtClass() method in CachedBluetoothDevice
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java208 final BluetoothClass bluetoothClass = lastDevice.getBtClass(); in getSecondaryLabel()