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.java181 when(mDevice1.getBluetoothClass()).thenReturn(mHeadreeClass); in compareTo_carKit_nonCarKitBluetooth_carKitFirst()
182 when(mDevice2.getBluetoothClass()).thenReturn(mCarkitClass); in compareTo_carKit_nonCarKitBluetooth_carKitFirst()
193 when(mDevice1.getBluetoothClass()).thenReturn(mCarkitClass); in compareTo_carKit_info_carKitFirst()
204 when(mDevice1.getBluetoothClass()).thenReturn(mCarkitClass); in compareTo_carKit_phone_carKitFirst()
215 when(mDevice1.getBluetoothClass()).thenReturn(mHeadreeClass); in compareTo_carKitIsDisConnected_nonCarKitBluetooth_nonCarKitBluetoothFirst()
216 when(mDevice2.getBluetoothClass()).thenReturn(mCarkitClass); in compareTo_carKitIsDisConnected_nonCarKitBluetooth_nonCarKitBluetoothFirst()
366 when(mDevice1.getBluetoothClass()).thenReturn(mCarkitClass); in compareTo_mixedDevices_carKitFirst()
367 when(mDevice2.getBluetoothClass()).thenReturn(mHeadreeClass); in compareTo_mixedDevices_carKitFirst()
368 when(mDevice3.getBluetoothClass()).thenReturn(mHeadreeClass); in compareTo_mixedDevices_carKitFirst()
404 when(mDevice1.getBluetoothClass()).thenReturn(mCarkitClass); in compareTo_mixedDevices_connectDeviceFirst()
[all …]
DLocalMediaManagerTest.java680 when(bluetoothDevice.getBluetoothClass()).thenReturn(bluetoothClass); in onDeviceListAdded_haveDisconnectedDevice_list5DisconnectedDevice()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DBluetoothMediaDevice.java87 final BluetoothClass bluetoothClass = mCachedDevice.getDevice().getBluetoothClass(); in isCarKitDevice()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManagerTest.java98 when(mDevice1.getBluetoothClass()).thenReturn(DEVICE_CLASS_1); in setUp()
99 when(mDevice2.getBluetoothClass()).thenReturn(DEVICE_CLASS_2); in setUp()
100 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/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothDeviceFilter.java105 return matches(device.getUuids(), device.getBluetoothClass()); in matches()
DCachedBluetoothDevice.java642 BluetoothClass bluetoothClass = mDevice.getBluetoothClass(); in updateProfiles()
717 return mDevice.getBluetoothClass(); in getBtClass()
858 if (mDevice.getBluetoothClass().getDeviceClass() in processPhonebookAccess()
860 mDevice.getBluetoothClass().getDeviceClass() in processPhonebookAccess()
/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java597 BluetoothClass btClass = btDevice.getBluetoothClass(); in handleBtScoActiveDeviceChange()
/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java1410 public BluetoothClass getBluetoothClass() { in getBluetoothClass() method in BluetoothDevice
DBluetoothAdapter.java1307 public BluetoothClass getBluetoothClass() { in getBluetoothClass() method in BluetoothAdapter
1314 return mService.getBluetoothClass(); in getBluetoothClass()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6199 method public android.bluetooth.BluetoothClass getBluetoothClass();
/frameworks/base/config/
Dboot-image-profile.txt4415 HSPLandroid/bluetooth/BluetoothDevice;->getBluetoothClass()Landroid/bluetooth/BluetoothClass;
/frameworks/base/api/
Dcurrent.txt8669 …android.Manifest.permission.BLUETOOTH) public android.bluetooth.BluetoothClass getBluetoothClass();