Home
last modified time | relevance | path

Searched refs:testDeviceType (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DBaseHdmiCecAbsoluteVolumeBehaviorTest.java64 public BaseHdmiCecAbsoluteVolumeBehaviorTest(@HdmiCecConstants.CecDeviceType int testDeviceType, in BaseHdmiCecAbsoluteVolumeBehaviorTest() argument
66 super(testDeviceType, clientParams); in BaseHdmiCecAbsoluteVolumeBehaviorTest()
DBaseHdmiCecCtsTest.java102 public BaseHdmiCecCtsTest(@CecDeviceType int testDeviceType, String... clientParams) { in BaseHdmiCecCtsTest() argument
104 mTestDeviceType = testDeviceType; in BaseHdmiCecCtsTest()
262 public static LogicalAddress getTargetLogicalAddress(ITestDevice device, int testDeviceType) in getTargetLogicalAddress() argument
266 if (address.getDeviceType() == testDeviceType) { in getTargetLogicalAddress()