Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
DMediaDeviceTest.java145 when(mDevice1.getBluetoothClass()).thenReturn(mHeadreeClass); in compareTo_carKit_nonCarKitBluetooth_carKitFirst()
146 when(mDevice2.getBluetoothClass()).thenReturn(mCarkitClass); in compareTo_carKit_nonCarKitBluetooth_carKitFirst()
157 when(mDevice1.getBluetoothClass()).thenReturn(mCarkitClass); in compareTo_carKit_info_carKitFirst()
168 when(mDevice1.getBluetoothClass()).thenReturn(mCarkitClass); in compareTo_carKit_phone_phoneFirst()
179 when(mDevice1.getBluetoothClass()).thenReturn(mHeadreeClass); in compareTo_carKitIsDisConnected_nonCarKitBluetooth_nonCarKitBluetoothFirst()
180 when(mDevice2.getBluetoothClass()).thenReturn(mCarkitClass); in compareTo_carKitIsDisConnected_nonCarKitBluetooth_nonCarKitBluetoothFirst()
298 when(mDevice1.getBluetoothClass()).thenReturn(mCarkitClass); in compareTo_mixedDevices_carKitFirst()
299 when(mDevice2.getBluetoothClass()).thenReturn(mHeadreeClass); in compareTo_mixedDevices_carKitFirst()
300 when(mDevice3.getBluetoothClass()).thenReturn(mHeadreeClass); in compareTo_mixedDevices_carKitFirst()
336 when(mDevice1.getBluetoothClass()).thenReturn(mCarkitClass); in compareTo_mixedDevices_connectDeviceFirst()
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DBluetoothMediaDevice.java91 final BluetoothClass bluetoothClass = mCachedDevice.getDevice().getBluetoothClass(); in isCarKitDevice()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java566 BluetoothClass bluetoothClass = mDevice.getBluetoothClass(); in updateProfiles()
641 return mDevice.getBluetoothClass(); in getBtClass()
786 if (mDevice.getBluetoothClass().getDeviceClass() in processPhonebookAccess()
788 mDevice.getBluetoothClass().getDeviceClass() in processPhonebookAccess()
DBluetoothDeviceFilter.java105 return matches(device.getUuids(), device.getBluetoothClass()); in matches()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManagerTest.java101 when(mDevice1.getBluetoothClass()).thenReturn(DEVICE_CLASS_1); in setUp()
102 when(mDevice2.getBluetoothClass()).thenReturn(DEVICE_CLASS_2); in setUp()
103 when(mDevice3.getBluetoothClass()).thenReturn(DEVICE_CLASS_2); in setUp()
DHearingAidDeviceManagerTest.java80 when(mDevice1.getBluetoothClass()).thenReturn(DEVICE_CLASS); in setUp()
81 when(mDevice2.getBluetoothClass()).thenReturn(DEVICE_CLASS); in setUp()
/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java534 BluetoothClass btClass = btDevice.getBluetoothClass(); in handleBtScoActiveDeviceChange()
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java1279 public BluetoothClass getBluetoothClass() { in getBluetoothClass() method in BluetoothAdapter
1286 return mService.getBluetoothClass(); in getBluetoothClass()
DBluetoothDevice.java1402 public BluetoothClass getBluetoothClass() { in getBluetoothClass() method in BluetoothDevice
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt9903 Landroid/bluetooth/BluetoothAdapter;->getBluetoothClass()Landroid/bluetooth/BluetoothClass;
10919 Landroid/bluetooth/IBluetooth$Stub$Proxy;->getBluetoothClass()Landroid/bluetooth/BluetoothClass;
11052 Landroid/bluetooth/IBluetooth;->getBluetoothClass()Landroid/bluetooth/BluetoothClass;
Dboot-image-profile.txt3188 HSPLandroid/bluetooth/BluetoothDevice;->getBluetoothClass()Landroid/bluetooth/BluetoothClass;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6199 method public android.bluetooth.BluetoothClass getBluetoothClass();
/frameworks/base/non-updatable-api/
Dcurrent.txt8364 …android.Manifest.permission.BLUETOOTH) public android.bluetooth.BluetoothClass getBluetoothClass();
/frameworks/base/api/
Dcurrent.txt8364 …android.Manifest.permission.BLUETOOTH) public android.bluetooth.BluetoothClass getBluetoothClass();