Searched refs:mBluetoothClass (Results 1 – 4 of 4) 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()
240 private int mBluetoothClass = BluetoothClass.Device.Major.UNCATEGORIZED; field in RemoteDevices.DeviceProperties268 return mBluetoothClass; in getBluetoothClass()572 if (newClass == device.mBluetoothClass) { in devicePropertyChangedCallback()576 device.mBluetoothClass = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()580 new BluetoothClass(device.mBluetoothClass)); in devicePropertyChangedCallback()584 debugLog("Remote class is:" + device.mBluetoothClass); in devicePropertyChangedCallback()628 new BluetoothClass(deviceProp.mBluetoothClass)); in deviceFoundCallback()
84 private volatile BluetoothClass mBluetoothClass; field in AdapterProperties315 mBluetoothClass = bluetoothClass; in setBluetoothClass()327 return mBluetoothClass; in getBluetoothClass()882 mBluetoothClass = new BluetoothClass(bluetoothClass); in adapterPropertyChangedCallback()884 debugLog("BT Class:" + mBluetoothClass); in adapterPropertyChangedCallback()
78 private BluetoothClass mBluetoothClass; field in BluetoothUnbondedDevicesPreferenceControllerTest107 when(mBluetoothClass.getMajorDeviceClass()).thenReturn(Major.PHONE); in setUp()108 when(mUnbondedDevice.getBluetoothClass()).thenReturn(mBluetoothClass); in setUp()