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.java211 private int mBluetoothClass = BluetoothClass.Device.Major.UNCATEGORIZED; field in RemoteDevices.DeviceProperties
239 return mBluetoothClass; in getBluetoothClass()
539 if (newClass == device.mBluetoothClass) { in devicePropertyChangedCallback()
543 device.mBluetoothClass = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()
547 new BluetoothClass(device.mBluetoothClass)); in devicePropertyChangedCallback()
550 debugLog("Remote class is:" + device.mBluetoothClass); in devicePropertyChangedCallback()
594 new BluetoothClass(deviceProp.mBluetoothClass)); in deviceFoundCallback()
DAdapterProperties.java77 private volatile BluetoothClass mBluetoothClass; field in AdapterProperties
282 mBluetoothClass = bluetoothClass; in setBluetoothClass()
294 return mBluetoothClass; in getBluetoothClass()
808 mBluetoothClass = new BluetoothClass(bluetoothClass); in adapterPropertyChangedCallback()
810 debugLog("BT Class:" + mBluetoothClass); in adapterPropertyChangedCallback()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DBluetoothUnbondedDevicesPreferenceControllerTest.java80 private BluetoothClass mBluetoothClass; field in BluetoothUnbondedDevicesPreferenceControllerTest
110 when(mBluetoothClass.getMajorDeviceClass()).thenReturn(Major.PHONE); in setUp()
111 when(mUnbondedDevice.getBluetoothClass()).thenReturn(mBluetoothClass); in setUp()