Home
last modified time | relevance | path

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

/cts/hostsidetests/angle/src/android/angle/cts/
DCtsAngleCommon.java86 static String getGlobalSetting(ITestDevice device, String globalSetting) throws Exception { in getGlobalSetting() argument
87 return device.getSetting("global", globalSetting); in getGlobalSetting()
90 …static void setGlobalSetting(ITestDevice device, String globalSetting, String value) throws Except… in setGlobalSetting() argument
91 device.setSetting("global", globalSetting, value); in setGlobalSetting()