Home
last modified time | relevance | path

Searched refs:getDeviceType (Results 1 – 6 of 6) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/
DHdHomeRunDevice.java81 public int getDeviceType() { in getDeviceType() method in HdHomeRunDevice
144 hash = hash * 31 + getDeviceType(); in hashCode()
158 && getDeviceType() == rhs.getDeviceType() in equals()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DBondStateMachine.java398 if (devProp != null && ((devProp.getDeviceType() == BluetoothDevice.DEVICE_TYPE_CLASSIC in sendIntent()
399 || devProp.getDeviceType() == BluetoothDevice.DEVICE_TYPE_DUAL) in sendIntent()
DRemoteDevices.java281 int getDeviceType() { in getDeviceType() method in RemoteDevices.DeviceProperties
DAdapterService.java1574 … return deviceProp != null ? deviceProp.getDeviceType() : BluetoothDevice.DEVICE_TYPE_UNKNOWN; in getRemoteType()
/packages/apps/TV/src/com/android/tv/util/
DTvInputManagerHelper.java840 switch (info.getHdmiDeviceInfo().getDeviceType()) { in getTvInputTypeForPriority()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1872 if (getDeviceType(device) != AbstractionLayer.BT_DEVICE_TYPE_BREDR) { in getDevicesMatchingConnectionStates()
3058 private int getDeviceType(BluetoothDevice device) { in getDeviceType() method in GattService