Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DLogicalAddress.java56 return Integer.toString(getDeviceType()); in getDeviceTypeString()
63 public int getDeviceType() { in getDeviceType() method in LogicalAddress
DBaseHdmiCecCtsTest.java203 if (address.getDeviceType() == testDeviceType) { in getTargetLogicalAddress()
274 if (address.getDeviceType() == deviceType) { in hasDeviceType()
DHdmiCecClientWrapper.java240 String deviceType = CecMessage.formatParams(source.getDeviceType()); in broadcastReportPhysicalAddress()
257 String deviceType = CecMessage.formatParams(source.getDeviceType()); in broadcastReportPhysicalAddress()
/cts/tests/controls/src/android/controls/cts/
DCtsControlsService.java253 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()
DCtsControlBuilderTest.java112 assertEquals(control.getDeviceType(), DEVICE_TYPE); in assertControl()
DCtsControlsServiceTest.java369 assertEquals(c1.getDeviceType(), c2.getDeviceType()); in assertControlEquals()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecLogicalAddressTest.java59 assertThat(CecMessage.getSource(message).getDeviceType()).isEqualTo(deviceType); in cect_RebootLogicalAddress()
DHdmiCecSystemInformationTest.java108 switch (address.getDeviceType()) { in cect_reportFeatures_deviceTypeContainedInAllDeviceTypes()
/cts/tests/tests/hardware/src/android/hardware/hdmi/cts/
DHdmiControlManagerTest.java143 assertThat(mHdmiControlManager.getTvClient().getDeviceType()).isEqualTo( in testHdmiClientType()
148 assertThat(mHdmiControlManager.getPlaybackClient().getDeviceType()).isEqualTo( in testHdmiClientType()
158 assertThat(mHdmiControlManager.getSwitchClient().getDeviceType()).isEqualTo( in testHdmiClientType()
/cts/tests/tests/wifi/src/android/net/wifi/p2p/cts/
DWifiP2pWfdInfoTest.java68 assertEquals(TEST_DEVICE_TYPE, copiedInfo.getDeviceType()); in testWifiP2pWfdInfo()
/cts/tests/tests/media/src/android/media/cts/
DMediaRouterTest.java151 assertEquals(RouteInfo.DEVICE_TYPE_UNKNOWN, route.getDeviceType()); in testDefaultRouteInfo()
176 assertEquals(RouteInfo.DEVICE_TYPE_UNKNOWN, userRoute.getDeviceType()); in testUserRouteInfo()
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/res/apis/
Dwifi-current.txt1153 method public int getDeviceType();