Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/hardware_Backlight/
Dhardware_Backlight.py35 except power_utils.KbdBacklightException as e:
/external/autotest/client/cros/power/
Dpower_utils.py466 class KbdBacklightException(Exception): class
493 raise KbdBacklightException('Keyboard backlight support' +
503 raise KbdBacklightException('Keyboard backlight is malfunctioning')
/external/autotest/client/site_tests/power_LoadTest/
Dpower_LoadTest.py254 except power_utils.KbdBacklightException as e: