Home
last modified time | relevance | path

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

/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.java2164 return deviceProp.getDeviceType(); in getRemoteType()
/packages/apps/TV/src/com/android/tv/util/
DTvInputManagerHelper.java827 switch (info.getHdmiDeviceInfo().getDeviceType()) { in getTvInputTypeForPriority()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1868 if (getDeviceType(device) != AbstractionLayer.BT_DEVICE_TYPE_BREDR) { in getDevicesMatchingConnectionStates()
3042 private int getDeviceType(BluetoothDevice device) { in getDeviceType() method in GattService