Searched refs:testDeviceType (Results 1 – 2 of 2) sorted by relevance
64 public BaseHdmiCecAbsoluteVolumeBehaviorTest(@HdmiCecConstants.CecDeviceType int testDeviceType, in BaseHdmiCecAbsoluteVolumeBehaviorTest() argument66 super(testDeviceType, clientParams); in BaseHdmiCecAbsoluteVolumeBehaviorTest()
102 public BaseHdmiCecCtsTest(@CecDeviceType int testDeviceType, String... clientParams) { in BaseHdmiCecCtsTest() argument104 mTestDeviceType = testDeviceType; in BaseHdmiCecCtsTest()262 public static LogicalAddress getTargetLogicalAddress(ITestDevice device, int testDeviceType) in getTargetLogicalAddress() argument266 if (address.getDeviceType() == testDeviceType) { in getTargetLogicalAddress()