Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/
DHdHomeRunDevice.java31 private int mDeviceType; field in HdHomeRunDevice
43 mDeviceType = parcel.readInt(); in HdHomeRunDevice()
61 mDeviceType = deviceType; in HdHomeRunDevice()
82 return mDeviceType; in getDeviceType()
134 out.writeInt(mDeviceType); in writeToParcel()
DHdHomeRunDiscover.java90 && deviceType != result.mDeviceType) { in findDevices()
275 int mDeviceType; field in HdHomeRunDiscover.HdHomeRunDiscoverDevice
287 && 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()
DHdHomeRunInterface.java85 discoveredDevice.mDeviceType, in scanDevices()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java316 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()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DRemoteDevices.java218 @VisibleForTesting int mDeviceType; field in RemoteDevices.DeviceProperties
283 return mDeviceType; in getDeviceType()
568 device.mDeviceType = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()