Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothDeviceFilter.java103 return matches(device.getUuids(), device.getBluetoothClass()); in matches()
DCachedBluetoothDevice.java614 mBtClass = mDevice.getBluetoothClass(); in fetchBtClass()
634 BluetoothClass bluetoothClass = mDevice.getBluetoothClass(); in updateProfiles()
958 if (mDevice.getBluetoothClass().getDeviceClass() in processPhonebookAccess()
960 mDevice.getBluetoothClass().getDeviceClass() in processPhonebookAccess()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManagerTest.java113 when(mDevice1.getBluetoothClass()).thenReturn(DEVICE_CLASS_1); in setUp()
114 when(mDevice2.getBluetoothClass()).thenReturn(DEVICE_CLASS_2); in setUp()
115 when(mDevice3.getBluetoothClass()).thenReturn(DEVICE_CLASS_2); in setUp()
694 when(mDevice1.getBluetoothClass()).thenReturn(newBluetoothClass); in testOnBtClassChanged_validBtClass_classChanged()
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java1181 public BluetoothClass getBluetoothClass() { in getBluetoothClass() method in BluetoothAdapter
1188 return mService.getBluetoothClass(); in getBluetoothClass()
DBluetoothDevice.java1233 public BluetoothClass getBluetoothClass() { in getBluetoothClass() method in BluetoothDevice
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java3730 BluetoothClass btClass = btDevice.getBluetoothClass(); in handleBtScoActiveDeviceChange()
/frameworks/base/config/
Dboot-image-profile.txt16486 HSPLandroid/bluetooth/BluetoothDevice;->getBluetoothClass()Landroid/bluetooth/BluetoothClass;
16582 HSPLandroid/bluetooth/IBluetooth;->getBluetoothClass()Landroid/bluetooth/BluetoothClass;
Dhiddenapi-private-dex.txt11879 Landroid/bluetooth/BluetoothAdapter;->getBluetoothClass()Landroid/bluetooth/BluetoothClass;
13100 Landroid/bluetooth/IBluetooth$Stub$Proxy;->getBluetoothClass()Landroid/bluetooth/BluetoothClass;
13241 Landroid/bluetooth/IBluetooth;->getBluetoothClass()Landroid/bluetooth/BluetoothClass;
Dhiddenapi-public-dex.txt5461 Landroid/bluetooth/BluetoothDevice;->getBluetoothClass()Landroid/bluetooth/BluetoothClass;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6199 method public android.bluetooth.BluetoothClass getBluetoothClass();
/frameworks/base/api/
Dcurrent.txt8074 method public android.bluetooth.BluetoothClass getBluetoothClass();