Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingControllerTest.java59 private final BluetoothClass mBluetoothClass = field in BluetoothPairingControllerTest
143 when(mBluetoothDevice.getBluetoothClass()).thenReturn(mBluetoothClass); in onSetContactSharingState_permissionUnknown_audioVideoHandsfree_setPBAPAllowed()
154 when(mBluetoothDevice.getBluetoothClass()).thenReturn(mBluetoothClass); in onSetContactSharingState_permissionRejected_setPBAPRejected()
/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/bluetooth/
DBluetoothUnbondedDevicesPreferenceControllerTest.java92 private BluetoothClass mBluetoothClass; field in BluetoothUnbondedDevicesPreferenceControllerTest
125 when(mBluetoothClass.getMajorDeviceClass()).thenReturn(BluetoothClass.Device.Major.PHONE); in setUp()
126 when(mUnbondedDevice.getBluetoothClass()).thenReturn(mBluetoothClass); in setUp()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothQualityReport.java154 private final BluetoothClass mBluetoothClass; field in BluetoothQualityReport
297 mBluetoothClass = bluetoothClass; in BluetoothQualityReport()
332 mBluetoothClass = new BluetoothClass(in.readInt()); in BluetoothQualityReport()
439 return mBluetoothClass; in getBluetoothClass()
530 out.writeInt(mBluetoothClass.getClassOfDevice()); in writeToParcel()
564 + (", mBluetoothClass: " + mBluetoothClass.toString()) in toString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java87 private volatile BluetoothClass mBluetoothClass; field in AdapterProperties
847 mBluetoothClass = new BluetoothClass(bluetoothClass); in adapterPropertyChangedCallbackInternal()
849 debugLog("BT Class:" + mBluetoothClass); in adapterPropertyChangedCallbackInternal()
DRemoteDevices.java346 private int mBluetoothClass = BluetoothClass.Device.Major.UNCATEGORIZED; field in RemoteDevices.DeviceProperties
488 return mBluetoothClass; in getBluetoothClass()
497 this.mBluetoothClass = bluetoothClass; in setBluetoothClass()