Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/
DHdmiCecRemoteControlPassThroughTest.java230 boolean wasSystemAudioModeOn = isSystemAudioModeOn(device); in cect_sendVolumeKeyPressToTv()
234 .that(isSystemAudioModeOn(device)) in cect_sendVolumeKeyPressToTv()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DBaseHdmiCecCtsTest.java218 public boolean isSystemAudioModeOn(ITestDevice device) throws DumpsysParseException { in isSystemAudioModeOn() method in BaseHdmiCecCtsTest