Home
last modified time | relevance | path

Searched refs:mBluetoothClass (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingControllerTest.java42 private final BluetoothClass mBluetoothClass = field in BluetoothPairingControllerTest
83 when(mBluetoothDevice.getBluetoothClass()).thenReturn(mBluetoothClass); in onSetContactSharingState_permissionUnknown_audioVideoHandsfree_setPBAPAllowed()
94 when(mBluetoothDevice.getBluetoothClass()).thenReturn(mBluetoothClass); in onSetContactSharingState_permissionRejected_setPBAPRejected()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DRemoteDevices.java240 private int mBluetoothClass = BluetoothClass.Device.Major.UNCATEGORIZED; field in RemoteDevices.DeviceProperties
268 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()
DAdapterProperties.java84 private volatile BluetoothClass mBluetoothClass; field in AdapterProperties
315 mBluetoothClass = bluetoothClass; in setBluetoothClass()
327 return mBluetoothClass; in getBluetoothClass()
882 mBluetoothClass = new BluetoothClass(bluetoothClass); in adapterPropertyChangedCallback()
884 debugLog("BT Class:" + mBluetoothClass); in adapterPropertyChangedCallback()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DBluetoothUnbondedDevicesPreferenceControllerTest.java78 private BluetoothClass mBluetoothClass; field in BluetoothUnbondedDevicesPreferenceControllerTest
107 when(mBluetoothClass.getMajorDeviceClass()).thenReturn(Major.PHONE); in setUp()
108 when(mUnbondedDevice.getBluetoothClass()).thenReturn(mBluetoothClass); in setUp()