Home
last modified time | relevance | path

Searched refs:getDumpsysPhysicalAddress (Results 1 – 10 of 10) sorted by relevance

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/
DHdmiCecGeneralProtocolTest.java58 String dutPhysicalAddress = CecMessage.formatParams(getDumpsysPhysicalAddress(), in cect_hf_ignoreAdditionalParams()
67 CecMessage.assertPhysicalAddressValid(message, getDumpsysPhysicalAddress()); in cect_hf_ignoreAdditionalParams()
86 String dutPhysicalAddress = CecMessage.formatParams(getDumpsysPhysicalAddress(), in cectIgnoreAdditionalParamsAsMessage()
96 CecMessage.assertPhysicalAddressValid(message, getDumpsysPhysicalAddress()); in cectIgnoreAdditionalParamsAsMessage()
DHdmiCecOneTouchPlayTest.java77 CecMessage.assertPhysicalAddressValid(message, getDumpsysPhysicalAddress()); in cect_11_2_1_1_OneTouchPlay()
91 CecMessage.assertPhysicalAddressValid(message, getDumpsysPhysicalAddress()); in cect_PairingActivity_OneTouchPlay()
DHdmiCecRoutingControlTest.java98 int dumpsysPhysicalAddress = getDumpsysPhysicalAddress(); in cect_11_2_2_1_SetStreamPathToDut()
130 CecMessage.assertPhysicalAddressValid(message, getDumpsysPhysicalAddress()); in cect_11_2_2_2_RequestActiveSource()
142 int dumpsysPhysicalAddress = getDumpsysPhysicalAddress(); in cect_11_2_2_4_InactiveSourceOnStandby()
DHdmiCecPowerStatusTest.java100 CecMessage.assertPhysicalAddressValid(message, getDumpsysPhysicalAddress()); in cect_hf4_6_1_otp_viewOnBeforeUcp_20()
120 CecMessage.formatParams(getDumpsysPhysicalAddress(), in cect_hf4_6_7_setStreamPath_powerOn()
DHdmiCecDeviceSelectForPlaybackTest.java111 int dumpsysPhysicalAddress = getDumpsysPhysicalAddress(); in cectDeviceSelectDifferentSource()
155 int dumpsysPhysicalAddress = getDumpsysPhysicalAddress(); in cectDeviceSelectSameSource()
DHdmiCecActiveTrackingTest.java76 int playback2PhysicalAddress = createUnusedPhysicalAddress(getDumpsysPhysicalAddress()); in cect_RemoveDeviceFromNetwork()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecPhysicalAddressTest.java50 int physicalAddress = getDumpsysPhysicalAddress(); in cect_10_1_2_1_RebootPhysicalAddress()
DHdmiCecInvalidMessagesTest.java236 int dumpsysPhysicalAddress = getDumpsysPhysicalAddress(); in cect_IgnoreBroadcastedFromSameSource()
DHdmiCecSystemInformationTest.java77 CecMessage.assertPhysicalAddressValid(message, getDumpsysPhysicalAddress()); in cect_11_2_6_2_GivePhysicalAddress()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DBaseHdmiCecCtsTest.java165 public int getDumpsysPhysicalAddress() throws DumpsysParseException { in getDumpsysPhysicalAddress() method in BaseHdmiCecCtsTest
166 return getDumpsysPhysicalAddress(getDevice()); in getDumpsysPhysicalAddress()
170 public static int getDumpsysPhysicalAddress(ITestDevice device) throws DumpsysParseException { in getDumpsysPhysicalAddress() method in BaseHdmiCecCtsTest