Searched refs:getDumpsysPhysicalAddress (Results 1 – 10 of 10) sorted by relevance
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/ |
D | HdmiCecGeneralProtocolTest.java | 58 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()
|
D | HdmiCecOneTouchPlayTest.java | 77 CecMessage.assertPhysicalAddressValid(message, getDumpsysPhysicalAddress()); in cect_11_2_1_1_OneTouchPlay() 91 CecMessage.assertPhysicalAddressValid(message, getDumpsysPhysicalAddress()); in cect_PairingActivity_OneTouchPlay()
|
D | HdmiCecRoutingControlTest.java | 98 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()
|
D | HdmiCecPowerStatusTest.java | 100 CecMessage.assertPhysicalAddressValid(message, getDumpsysPhysicalAddress()); in cect_hf4_6_1_otp_viewOnBeforeUcp_20() 120 CecMessage.formatParams(getDumpsysPhysicalAddress(), in cect_hf4_6_7_setStreamPath_powerOn()
|
D | HdmiCecDeviceSelectForPlaybackTest.java | 111 int dumpsysPhysicalAddress = getDumpsysPhysicalAddress(); in cectDeviceSelectDifferentSource() 155 int dumpsysPhysicalAddress = getDumpsysPhysicalAddress(); in cectDeviceSelectSameSource()
|
D | HdmiCecActiveTrackingTest.java | 76 int playback2PhysicalAddress = createUnusedPhysicalAddress(getDumpsysPhysicalAddress()); in cect_RemoveDeviceFromNetwork()
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/ |
D | HdmiCecPhysicalAddressTest.java | 50 int physicalAddress = getDumpsysPhysicalAddress(); in cect_10_1_2_1_RebootPhysicalAddress()
|
D | HdmiCecInvalidMessagesTest.java | 236 int dumpsysPhysicalAddress = getDumpsysPhysicalAddress(); in cect_IgnoreBroadcastedFromSameSource()
|
D | HdmiCecSystemInformationTest.java | 77 CecMessage.assertPhysicalAddressValid(message, getDumpsysPhysicalAddress()); in cect_11_2_6_2_GivePhysicalAddress()
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/ |
D | BaseHdmiCecCtsTest.java | 165 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
|