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.java69 when(mCachedBluetoothDevice.getBtClass().getMajorDeviceClass()).thenReturn( in getBtClassDrawableWithDescription_typePhone_returnPhoneDrawable()
79 when(mCachedBluetoothDevice.getBtClass().getMajorDeviceClass()).thenReturn( in getBtClassDrawableWithDescription_typeComputer_returnComputerDrawable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java204 final BluetoothClass bluetoothClass = lastDevice.getBtClass(); in getSecondaryLabel()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothUtils.java87 BluetoothClass btClass = cachedDevice.getBtClass(); in getBtClassDrawableWithDescription()
DCachedBluetoothDevice.java881 public BluetoothClass getBtClass() { in getBtClass() method in CachedBluetoothDevice