Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DCecMessage.java157 int targetPhysicalAddress = getParams(message, 4, 8); in assertTargetPhysicalAddressValid() local
158 assertThat(targetPhysicalAddress).isEqualTo(expectedTargetPhysicalAddress); in assertTargetPhysicalAddressValid()