Home
last modified time | relevance | path

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

/cts/hostsidetests/angle/src/android/angle/cts/
DCtsAngleDeveloperOptionHostTest.java45 setGlobalSetting(getDevice(), SETTINGS_GLOBAL_DRIVER_VALUES, driverValue); in setAndValidateAngleDevOptionPkgDriver() local
53 devOption = getGlobalSetting(getDevice(), SETTINGS_GLOBAL_DRIVER_VALUES); in setAndValidateAngleDevOptionPkgDriver()
55 "Developer option '" + SETTINGS_GLOBAL_DRIVER_VALUES + in setAndValidateAngleDevOptionPkgDriver()
309 … String devOptionValue = getGlobalSetting(getDevice(), SETTINGS_GLOBAL_DRIVER_VALUES); in testMultipleUpdateDriverValues()
DCtsAngleCommon.java33 static final String SETTINGS_GLOBAL_DRIVER_VALUES = "angle_gl_driver_selection_values"; field in CtsAngleCommon
100 setGlobalSetting(device, SETTINGS_GLOBAL_DRIVER_VALUES, "\"\""); in clearSettings()