Home
last modified time | relevance | path

Searched refs:getLogicalAddressAsInt (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/tv/
DHdmiCecRoutingControlTest.java89 getDevice(), LogicalAddress.PLAYBACK_1.getLogicalAddressAsInt()); in cect_11_1_2_1_DutSendsSetStreamPathMessage()
106 getDevice(), LogicalAddress.TV.getLogicalAddressAsInt()); in cect_11_1_2_2_DutDoesNotRespondToRequestActiveSourceMessage()
128 getDevice(), LogicalAddress.TV.getLogicalAddressAsInt()); in cect_11_1_2_3_DutDoesRespondToRequestActiveSourceMessage()
DHdmiCecTvOneTouchPlayTest.java128 getDevice(), LogicalAddress.TV.getLogicalAddressAsInt()); in cect_11_1_1_5_DutBroadcastsActiveSourceWhenChangingToInternal()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DLogicalAddress.java59 public int getLogicalAddressAsInt() { in getLogicalAddressAsInt() method in LogicalAddress
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/targetprep/
DCecPortDiscoverer.java100 BaseHdmiCecCtsTest.getTargetLogicalAddress(device).getLogicalAddressAsInt(); in initValidClient()