Searched refs:mBluetoothClass (Results 1 – 5 of 5) sorted by relevance
59 private final BluetoothClass mBluetoothClass = field in BluetoothPairingControllerTest143 when(mBluetoothDevice.getBluetoothClass()).thenReturn(mBluetoothClass); in onSetContactSharingState_permissionUnknown_audioVideoHandsfree_setPBAPAllowed()154 when(mBluetoothDevice.getBluetoothClass()).thenReturn(mBluetoothClass); in onSetContactSharingState_permissionRejected_setPBAPRejected()
92 private BluetoothClass mBluetoothClass; field in BluetoothUnbondedDevicesPreferenceControllerTest125 when(mBluetoothClass.getMajorDeviceClass()).thenReturn(BluetoothClass.Device.Major.PHONE); in setUp()126 when(mUnbondedDevice.getBluetoothClass()).thenReturn(mBluetoothClass); in setUp()
154 private final BluetoothClass mBluetoothClass; field in BluetoothQualityReport297 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()
87 private volatile BluetoothClass mBluetoothClass; field in AdapterProperties847 mBluetoothClass = new BluetoothClass(bluetoothClass); in adapterPropertyChangedCallbackInternal()849 debugLog("BT Class:" + mBluetoothClass); in adapterPropertyChangedCallbackInternal()
346 private int mBluetoothClass = BluetoothClass.Device.Major.UNCATEGORIZED; field in RemoteDevices.DeviceProperties488 return mBluetoothClass; in getBluetoothClass()497 this.mBluetoothClass = bluetoothClass; in setBluetoothClass()