Searched refs:mBluetoothClass (Results 1 – 3 of 3) sorted by relevance
42 private final BluetoothClass mBluetoothClass = field in BluetoothPairingControllerTest83 when(mBluetoothDevice.getBluetoothClass()).thenReturn(mBluetoothClass); in onSetContactSharingState_permissionUnknown_audioVideoHandsfree_setPBAPAllowed()94 when(mBluetoothDevice.getBluetoothClass()).thenReturn(mBluetoothClass); in onSetContactSharingState_permissionRejected_setPBAPRejected()
211 private int mBluetoothClass = BluetoothClass.Device.Major.UNCATEGORIZED; field in RemoteDevices.DeviceProperties239 return mBluetoothClass; in getBluetoothClass()528 if (newClass == device.mBluetoothClass) { in devicePropertyChangedCallback()532 device.mBluetoothClass = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()536 new BluetoothClass(device.mBluetoothClass)); in devicePropertyChangedCallback()539 debugLog("Remote class is:" + device.mBluetoothClass); in devicePropertyChangedCallback()583 new BluetoothClass(deviceProp.mBluetoothClass)); in deviceFoundCallback()
77 private volatile BluetoothClass mBluetoothClass; field in AdapterProperties282 mBluetoothClass = bluetoothClass; in setBluetoothClass()294 return mBluetoothClass; in getBluetoothClass()807 mBluetoothClass = new BluetoothClass(bluetoothClass); in adapterPropertyChangedCallback()809 debugLog("BT Class:" + mBluetoothClass); in adapterPropertyChangedCallback()