Searched refs:mDeviceType (Results 1 – 5 of 5) sorted by relevance
31 private int mDeviceType; field in HdHomeRunDevice43 mDeviceType = parcel.readInt(); in HdHomeRunDevice()61 mDeviceType = deviceType; in HdHomeRunDevice()82 return mDeviceType; in getDeviceType()134 out.writeInt(mDeviceType); in writeToParcel()
90 && deviceType != result.mDeviceType) { in findDevices()275 int mDeviceType; field in HdHomeRunDiscover.HdHomeRunDiscoverDevice287 && mDeviceType == o.mDeviceType in equals()296 result = 31 * result + mDeviceType; in hashCode()392 result.mDeviceType = ByteBuffer.wrap(tagAndValue.second).getInt(); in receive()393 if (DEBUG) Log.d(TAG, "Get Device Type: " + result.mDeviceType); in receive()
85 discoveredDevice.mDeviceType, in scanDevices()
316 mDeviceProperties.mDeviceType = BluetoothDevice.DEVICE_TYPE_CLASSIC; in testSendIntentPendingDevice()323 mDeviceProperties.mDeviceType = BluetoothDevice.DEVICE_TYPE_DUAL; in testSendIntentPendingDevice()333 mDeviceProperties.mDeviceType = BluetoothDevice.DEVICE_TYPE_CLASSIC; in testSendIntentNoPendingDevice()339 mDeviceProperties.mDeviceType = BluetoothDevice.DEVICE_TYPE_DUAL; in testSendIntentNoPendingDevice()347 mDeviceProperties.mDeviceType = BluetoothDevice.DEVICE_TYPE_LE; in testSendIntentBle()
218 @VisibleForTesting int mDeviceType; field in RemoteDevices.DeviceProperties283 return mDeviceType; in getDeviceType()568 device.mDeviceType = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()