Home
last modified time | relevance | path

Searched refs:mDeviceType (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java265 mDeviceProperties.mDeviceType = BluetoothDevice.DEVICE_TYPE_CLASSIC; in testSendIntentPendingDevice()
272 mDeviceProperties.mDeviceType = BluetoothDevice.DEVICE_TYPE_DUAL; in testSendIntentPendingDevice()
282 mDeviceProperties.mDeviceType = BluetoothDevice.DEVICE_TYPE_CLASSIC; in testSendIntentNoPendingDevice()
288 mDeviceProperties.mDeviceType = BluetoothDevice.DEVICE_TYPE_DUAL; in testSendIntentNoPendingDevice()
296 mDeviceProperties.mDeviceType = BluetoothDevice.DEVICE_TYPE_LE; in testSendIntentBle()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DRemoteDevices.java218 @VisibleForTesting int mDeviceType; field in RemoteDevices.DeviceProperties
283 return mDeviceType; in getDeviceType()
557 device.mDeviceType = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()