Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/tv/
DHdmiCecRemoteControlPassThroughTest.java193 List<LogicalAddress> destinationAddresses = new ArrayList<>(); in validateMultipleKeyeventToUserControlPress() local
195 destinationAddresses = in validateMultipleKeyeventToUserControlPress()
201 .that(destinationAddresses.containsAll(Arrays.asList(device1, device2))) in validateMultipleKeyeventToUserControlPress()
204 .that(destinationAddresses) in validateMultipleKeyeventToUserControlPress()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecClientWrapper.java585 List<LogicalAddress> destinationAddresses = new ArrayList<>(); in getAllDestLogicalAddresses() local
599 if (!destinationAddresses.contains(destination)) { in getAllDestLogicalAddresses()
600 destinationAddresses.add(destination); in getAllDestLogicalAddresses()
609 return destinationAddresses; in getAllDestLogicalAddresses()