Searched refs:getDeviceType (Results 1 – 6 of 6) sorted by relevance
81 public int getDeviceType() { in getDeviceType() method in HdHomeRunDevice144 hash = hash * 31 + getDeviceType(); in hashCode()158 && getDeviceType() == rhs.getDeviceType() in equals()
398 if (devProp != null && ((devProp.getDeviceType() == BluetoothDevice.DEVICE_TYPE_CLASSIC in sendIntent()399 || devProp.getDeviceType() == BluetoothDevice.DEVICE_TYPE_DUAL) in sendIntent()
281 int getDeviceType() { in getDeviceType() method in RemoteDevices.DeviceProperties
1574 … return deviceProp != null ? deviceProp.getDeviceType() : BluetoothDevice.DEVICE_TYPE_UNKNOWN; in getRemoteType()
840 switch (info.getHdmiDeviceInfo().getDeviceType()) { in getTvInputTypeForPriority()
1872 if (getDeviceType(device) != AbstractionLayer.BT_DEVICE_TYPE_BREDR) { in getDevicesMatchingConnectionStates()3058 private int getDeviceType(BluetoothDevice device) { in getDeviceType() method in GattService