Searched refs:getBluetoothClass (Results 1 – 14 of 14) sorted by relevance
181 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 …]
680 when(bluetoothDevice.getBluetoothClass()).thenReturn(bluetoothClass); in onDeviceListAdded_haveDisconnectedDevice_list5DisconnectedDevice()
87 final BluetoothClass bluetoothClass = mCachedDevice.getDevice().getBluetoothClass(); in isCarKitDevice()
98 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()
80 when(mDevice1.getBluetoothClass()).thenReturn(DEVICE_CLASS); in setUp()81 when(mDevice2.getBluetoothClass()).thenReturn(DEVICE_CLASS); in setUp()
105 return matches(device.getUuids(), device.getBluetoothClass()); in matches()
642 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()
597 BluetoothClass btClass = btDevice.getBluetoothClass(); in handleBtScoActiveDeviceChange()
1410 public BluetoothClass getBluetoothClass() { in getBluetoothClass() method in BluetoothDevice
1307 public BluetoothClass getBluetoothClass() { in getBluetoothClass() method in BluetoothAdapter1314 return mService.getBluetoothClass(); in getBluetoothClass()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
6199 method public android.bluetooth.BluetoothClass getBluetoothClass();
4415 HSPLandroid/bluetooth/BluetoothDevice;->getBluetoothClass()Landroid/bluetooth/BluetoothClass;
8669 …android.Manifest.permission.BLUETOOTH) public android.bluetooth.BluetoothClass getBluetoothClass();