Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DBaseHdmiCecCtsTest.java392 return getSettingsValue(SET_MENU_LANGUAGE).equals(SET_MENU_LANGUAGE_ENABLED); in isLanguageEditable()
395 public static String getSettingsValue(ITestDevice device, String setting) throws Exception { in getSettingsValue() method in BaseHdmiCecCtsTest
400 public String getSettingsValue(String setting) throws Exception { in getSettingsValue() method in BaseHdmiCecCtsTest
401 return getSettingsValue(getDevice(), setting); in getSettingsValue()
406 String val = getSettingsValue(device, setting); in setSettingsValue()
585 return getSettingsValue(SOUNDBAR_MODE); in getSoundbarMode()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/tv/
DHdmiCecTvStandbyTest.java62 String value = getSettingsValue(TV_SEND_STANDBY_ON_SLEEP); in cect_11_1_3_1_BroadcastStandby()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/
DHdmiCecSoundbarModeTest.java57 prevSoundbarModeValue = getSettingsValue(HdmiCecConstants.SETTING_SOUNDBAR_MODE_ENABLED); in initialTestSetup()
DHdmiCecSystemAudioControlTest.java71 getSettingsValue(device, HdmiCecConstants.SETTING_VOLUME_CONTROL_ENABLED); in cect_hf4_10_5_RemoteControlCommandsWithSystemAudioControlProperty()
DHdmiCecRemoteControlPassThroughTest.java224 getSettingsValue(device, HdmiCecConstants.SETTING_VOLUME_CONTROL_ENABLED); in cect_sendVolumeKeyPressToTv()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecSystemStandbyTest.java149 String val = getSettingsValue(TV_SEND_STANDBY_ON_SLEEP); in setHdmiControlDeviceAutoOff()