Home
last modified time | relevance | path

Searched refs:mBluetoothClass (Results 1 – 3 of 3) 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()
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()
DAdapterProperties.java77 private volatile BluetoothClass mBluetoothClass; field in AdapterProperties
282 mBluetoothClass = bluetoothClass; in setBluetoothClass()
294 return mBluetoothClass; in getBluetoothClass()
807 mBluetoothClass = new BluetoothClass(bluetoothClass); in adapterPropertyChangedCallback()
809 debugLog("BT Class:" + mBluetoothClass); in adapterPropertyChangedCallback()