Searched refs:getDeviceType (Results 1 – 12 of 12) sorted by relevance
56 return Integer.toString(getDeviceType()); in getDeviceTypeString()63 public int getDeviceType() { in getDeviceType() method in LogicalAddress
203 if (address.getDeviceType() == testDeviceType) { in getTargetLogicalAddress()274 if (address.getDeviceType() == deviceType) { in hasDeviceType()
240 String deviceType = CecMessage.formatParams(source.getDeviceType()); in broadcastReportPhysicalAddress()257 String deviceType = CecMessage.formatParams(source.getDeviceType()); in broadcastReportPhysicalAddress()
253 if (c.getDeviceType() == DeviceTypes.TYPE_LIGHT) { in performControlAction()264 } else if (c.getDeviceType() == DeviceTypes.TYPE_ROUTINE) { in performControlAction()267 } else if (c.getDeviceType() == DeviceTypes.TYPE_SWITCH) { in performControlAction()272 } else if (c.getDeviceType() == DeviceTypes.TYPE_LOCK) { in performControlAction()283 } else if (c.getDeviceType() == DeviceTypes.TYPE_GATE) { in performControlAction()294 } else if (c.getDeviceType() == DeviceTypes.TYPE_MOWER) { in performControlAction()308 if (c.getDeviceType() == DeviceTypes.TYPE_LIGHT) { in performControlAction()321 if (c.getDeviceType() == DeviceTypes.TYPE_THERMOSTAT) { in performControlAction()349 .setDeviceType(c.getDeviceType()) in controlToBuilder()
112 assertEquals(control.getDeviceType(), DEVICE_TYPE); in assertControl()
369 assertEquals(c1.getDeviceType(), c2.getDeviceType()); in assertControlEquals()
59 assertThat(CecMessage.getSource(message).getDeviceType()).isEqualTo(deviceType); in cect_RebootLogicalAddress()
108 switch (address.getDeviceType()) { in cect_reportFeatures_deviceTypeContainedInAllDeviceTypes()
143 assertThat(mHdmiControlManager.getTvClient().getDeviceType()).isEqualTo( in testHdmiClientType()148 assertThat(mHdmiControlManager.getPlaybackClient().getDeviceType()).isEqualTo( in testHdmiClientType()158 assertThat(mHdmiControlManager.getSwitchClient().getDeviceType()).isEqualTo( in testHdmiClientType()
68 assertEquals(TEST_DEVICE_TYPE, copiedInfo.getDeviceType()); in testWifiP2pWfdInfo()
151 assertEquals(RouteInfo.DEVICE_TYPE_UNKNOWN, route.getDeviceType()); in testDefaultRouteInfo()176 assertEquals(RouteInfo.DEVICE_TYPE_UNKNOWN, userRoute.getDeviceType()); in testUserRouteInfo()
1153 method public int getDeviceType();